#64668E

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

Shades of Comet #64668E

Tints of Comet #64668E

Color information

#64668E (or 0x64668E) is unknown color: approx Comet. HEX triplet: 64, 66 and 8E. RGB value is (100,102,142). Sum of RGB (Red+Green+Blue) = 100+102+142=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #64668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668E is #9B9971. Grayscale: #696969. Windows color (decimal): -10197362 or 9332324. OLE color: 9332324.

HSL color Cylindrical-coordinate representation of color #64668E: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64668E is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100102142-
CMYK0.300.2800.44
HSL237.14º17.36%47.45%-
HSV(B)237.14º29.58%55.69%-
XYZ14.8914.1727.54-
YUV105.96148.34123.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=29.07%
G=29.65%
B=41.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001021420.300.2800.44237.1417.3647.45
Hex64668E1E1C02Ced112f
Octal14414621636340543552157
Binary1100100110011010001110111101110001011001110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64668E; }

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

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

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

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

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

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

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

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