#646672

Color #646672 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #646672

Tints of Comet #646672

Color information

#646672 (or 0x646672) is unknown color: approx Comet. HEX triplet: 64, 66 and 72. RGB value is (100,102,114). Sum of RGB (Red+Green+Blue) = 100+102+114=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #646672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646672 is #9B998D. Grayscale: #666666. Windows color (decimal): -10197390 or 7497316. OLE color: 7497316.

HSL color Cylindrical-coordinate representation of color #646672: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646672 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100102114-
CMYK0.120.1100.55
HSL231.43º6.54%41.96%-
HSV(B)231.43º12.28%44.71%-
XYZ13.0413.4317.82-
YUV102.77134.34126.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=31.65%
G=32.28%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001021140.120.1100.55231.436.5441.96
Hex646672CB037e772a
Octal1441461621413067347752
Binary11001001100110111001011001011011011111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646672; }

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

 H1.HeaderClassName
 {
   color: #646672;
 }
 .AnyTagClassName
 {
   color: #646672;
 }
</style>
background-color css

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

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

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

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

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

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