#64668C

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

Shades of Comet #64668C

Tints of Comet #64668C

Color information

#64668C (or 0x64668C) is unknown color: approx Comet. HEX triplet: 64, 66 and 8C. RGB value is (100,102,140). Sum of RGB (Red+Green+Blue) = 100+102+140=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #64668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668C is #9B9973. Grayscale: #696969. Windows color (decimal): -10197364 or 9201252. OLE color: 9201252.

HSL color Cylindrical-coordinate representation of color #64668C: hue angle of 237º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64668C is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100102140-
CMYK0.290.2700.45
HSL237º16.67%47.06%-
HSV(B)237º28.57%54.9%-
XYZ14.7414.1126.76-
YUV105.73147.34123.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=29.24%
G=29.82%
B=40.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001021400.290.2700.4523716.6747.06
Hex64668C1D1B02Ded112f
Octal14414621435330553552157
Binary1100100110011010001100111011101101011011110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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