Html Css Color HEX #666770 Comet

📋 copy color: '#666770'

red 102 ◦ green 103 ◦ blue 112

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

Shades of Comet #666770

Tints of Comet #666770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 32.18%
G = 32.49%
B = 35.33%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666770 (or 0x666770) is known color: Comet. HEX triplet: 66, 67 and 70. RGB value is (102,103,112). Sum of RGB (Red+Green+Blue) = 102+103+112=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #666770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666770 is #99988F. Grayscale: #676767. Windows color (decimal): -10066064 or 7366502. OLE color: 7366502.

HSL color Cylindrical-coordinate representation of color #666770: hue angle of 234º 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 #666770 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 103 112 -
CMYK 0.09 0.08 0 0.56
HSL 234º 0.05% 0.42% -
HSV(B) 234º 0.09% 0.44% -
XYZ 13.25 13.7 17.27 -
YUV 103.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 102 103 112 0.09 0.08 0 0.56 234 0.05 0.42
Hex 66 67 70 9 8 0 38 EA 5 2A
Octal 146 147 160 11 10 0 70 352 5 52
Binary 1100110 1100111 1110000 1001 1000 0 111000 11101010 101 101010

Color Harmonies of #666770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666770

Black with #666770

Text Example


Text Example

White with #666770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666770; }

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

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

background-color css

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

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

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

border-color css

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

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

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