Html Css Color HEX #66647B Comet

📋 copy color: '#66647B'

red 102 ◦ green 100 ◦ blue 123

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

Shades of Comet #66647B

Tints of Comet #66647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 31.38%
G = 30.77%
B = 37.85%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66647B (or 0x66647B) is known color: Comet. HEX triplet: 66, 64 and 7B. RGB value is (102,100,123). Sum of RGB (Red+Green+Blue) = 102+100+123=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #66647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66647B is #999B84. Grayscale: #676767. Windows color (decimal): -10066821 or 8086630. OLE color: 8086630.

HSL color Cylindrical-coordinate representation of color #66647B: hue angle of 245.22º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66647B is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 100 123 -
CMYK 0.17 0.19 0 0.52
HSL 245.22º 0.1% 0.44% -
HSV(B) 245.22º 0.19% 0.48% -
XYZ 13.61 13.37 20.6 -
YUV 103.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 102 100 123 0.17 0.19 0 0.52 245.22 0.1 0.44
Hex 66 64 7B 11 13 0 34 F5 A 2C
Octal 146 144 173 21 23 0 64 365 12 54
Binary 1100110 1100100 1111011 10001 10011 0 110100 11110101 1010 101100

Color Harmonies of #66647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66647B

Black with #66647B

Text Example


Text Example

White with #66647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66647B; }

 p { color: rgb(102,100,123); }

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

background-color css

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

 a { background-color: rgb(102,100,123); }

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

border-color css

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

 span { border-color: rgb(102,100,123); }

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