Html Css Color HEX #666988 Comet

📋 copy color: '#666988'

red 102 ◦ green 105 ◦ blue 136

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

Shades of Comet #666988

Tints of Comet #666988

RGB

 RED value IS 102 (40.23% from 255) = 29.74%

 GREEN value IS 105 (41.41% from 255) = 30.61%

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 29.74%
G = 30.61%
B = 39.65%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666988 (or 0x666988) is known color: Comet. HEX triplet: 66, 69 and 88. RGB value is (102,105,136). Sum of RGB (Red+Green+Blue) = 102+105+136=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #666988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666988 is #999677. Grayscale: #6B6B6B. Windows color (decimal): -10065528 or 8939878. OLE color: 8939878.

HSL color Cylindrical-coordinate representation of color #666988: hue angle of 234.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666988 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 105 136 -
CMYK 0.25 0.23 0 0.47
HSL 234.71º 0.14% 0.47% -
HSV(B) 234.71º 0.25% 0.53% -
XYZ 14.98 14.71 25.34 -
YUV 107.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 102 105 136 0.25 0.23 0 0.47 234.71 0.14 0.47
Hex 66 69 88 19 17 0 2F EB E 2F
Octal 146 151 210 31 27 0 57 353 16 57
Binary 1100110 1101001 10001000 11001 10111 0 101111 11101011 1110 101111

Color Harmonies of #666988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666988

Black with #666988

Text Example


Text Example

White with #666988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666988; }

 p { color: rgb(102,105,136); }

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

background-color css

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

 a { background-color: rgb(102,105,136); }

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

border-color css

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

 span { border-color: rgb(102,105,136); }

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