Html Css Color HEX #666870 Comet

📋 copy color: '#666870'

red 102 ◦ green 104 ◦ blue 112

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

Shades of Comet #666870

Tints of Comet #666870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 32.08%
G = 32.7%
B = 35.22%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666870 (or 0x666870) is known color: Comet. HEX triplet: 66, 68 and 70. RGB value is (102,104,112). Sum of RGB (Red+Green+Blue) = 102+104+112=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #666870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666870 is #99978F. Grayscale: #686868. Windows color (decimal): -10065808 or 7366758. OLE color: 7366758.

HSL color Cylindrical-coordinate representation of color #666870: hue angle of 228º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666870 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 104 112 -
CMYK 0.09 0.07 0 0.56
HSL 228º 0.05% 0.42% -
HSV(B) 228º 0.09% 0.44% -
XYZ 13.35 13.9 17.31 -
YUV 104.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 102 104 112 0.09 0.07 0 0.56 228 0.05 0.42
Hex 66 68 70 9 7 0 38 E4 5 2A
Octal 146 150 160 11 7 0 70 344 5 52
Binary 1100110 1101000 1110000 1001 111 0 111000 11100100 101 101010

Color Harmonies of #666870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666870

Black with #666870

Text Example


Text Example

White with #666870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666870; }

 p { color: rgb(102,104,112); }

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

background-color css

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

 a { background-color: rgb(102,104,112); }

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

border-color css

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

 span { border-color: rgb(102,104,112); }

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