Html Css Color HEX #696099 Scampi

📋 copy color: '#696099'

red 105 ◦ green 96 ◦ blue 153

#696099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #696099

Tints of Scampi #696099

RGB

 RED value IS 105 (41.41% from 255) = 29.66%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 29.66%
G = 27.12%
B = 43.22%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#696099 (or 0x696099) is known color: Scampi. HEX triplet: 69, 60 and 99. RGB value is (105,96,153). Sum of RGB (Red+Green+Blue) = 105+96+153=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #696099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696099 is #969F66. Grayscale: #686868. Windows color (decimal): -9871207 or 10051689. OLE color: 10051689.

HSL color Cylindrical-coordinate representation of color #696099: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696099 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 96 153 -
CMYK 0.31 0.37 0 0.4
HSL 249.47º 0.23% 0.49% -
HSV(B) 249.47º 0.37% 0.6% -
XYZ 15.76 13.67 31.94 -
YUV 105.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 105 96 153 0.31 0.37 0 0.4 249.47 0.23 0.49
Hex 69 60 99 1F 25 0 28 F9 17 31
Octal 151 140 231 37 45 0 50 371 27 61
Binary 1101001 1100000 10011001 11111 100101 0 101000 11111001 10111 110001

Color Harmonies of #696099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696099

Black with #696099

Text Example


Text Example

White with #696099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696099; }

 p { color: rgb(105,96,153); }

 H1.HeaderClassName
 {
   color: #696099;
 }
 .AnyTagClassName
 {
   color: #696099;
 }
</style>

background-color css

<style>
 a { background-color: #696099; }

 a { background-color: rgb(105,96,153); }

 div.DivClassName
 {
   background-color: #696099;
 }
 .BgClassName
 {
   background-color: #696099;
 }
</style>

border-color css

<style>
 span { border-color: #696099; }

 span { border-color: rgb(105,96,153); }

 td.TdClassName
 {
   border-color: #696099;
 }
 .TagClassName
 {
   border-color: #696099;
 }
</style>