Html Css Color HEX #666975 Comet

📋 copy color: '#666975'

red 102 ◦ green 105 ◦ blue 117

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

Shades of Comet #666975

Tints of Comet #666975

RGB

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

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

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

R = 31.48%
G = 32.41%
B = 36.11%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666975 (or 0x666975) is known color: Comet. HEX triplet: 66, 69 and 75. RGB value is (102,105,117). Sum of RGB (Red+Green+Blue) = 102+105+117=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #666975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666975 is #99968A. Grayscale: #696969. Windows color (decimal): -10065547 or 7694694. OLE color: 7694694.

HSL color Cylindrical-coordinate representation of color #666975: hue angle of 228º 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 #666975 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 105 117 -
CMYK 0.13 0.10 0 0.54
HSL 228º 0.07% 0.43% -
HSV(B) 228º 0.13% 0.46% -
XYZ 13.74 14.21 18.85 -
YUV 105.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 102 105 117 0.13 0.10 0 0.54 228 0.07 0.43
Hex 66 69 75 D A 0 36 E4 7 2B
Octal 146 151 165 15 12 0 66 344 7 53
Binary 1100110 1101001 1110101 1101 1010 0 110110 11100100 111 101011

Color Harmonies of #666975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666975

Black with #666975

Text Example


Text Example

White with #666975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666975; }

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

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

background-color css

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

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

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

border-color css

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

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

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