Html Css Color HEX #666875 Comet

📋 copy color: '#666875'

red 102 ◦ green 104 ◦ blue 117

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

Shades of Comet #666875

Tints of Comet #666875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 31.58%
G = 32.2%
B = 36.22%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666875 (or 0x666875) is known color: Comet. HEX triplet: 66, 68 and 75. RGB value is (102,104,117). Sum of RGB (Red+Green+Blue) = 102+104+117=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #666875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666875 is #99978A. Grayscale: #686868. Windows color (decimal): -10065803 or 7694438. OLE color: 7694438.

HSL color Cylindrical-coordinate representation of color #666875: hue angle of 232º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666875 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 104 117 -
CMYK 0.13 0.11 0 0.54
HSL 232º 0.07% 0.43% -
HSV(B) 232º 0.13% 0.46% -
XYZ 13.64 14.01 18.81 -
YUV 104.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 102 104 117 0.13 0.11 0 0.54 232 0.07 0.43
Hex 66 68 75 D B 0 36 E8 7 2B
Octal 146 150 165 15 13 0 66 350 7 53
Binary 1100110 1101000 1110101 1101 1011 0 110110 11101000 111 101011

Color Harmonies of #666875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666875

Black with #666875

Text Example


Text Example

White with #666875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666875; }

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

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

background-color css

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

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

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

border-color css

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

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

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