#64678C

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

Shades of Comet #64678C

Tints of Comet #64678C

Color information

#64678C (or 0x64678C) is unknown color: approx Comet. HEX triplet: 64, 67 and 8C. RGB value is (100,103,140). Sum of RGB (Red+Green+Blue) = 100+103+140=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #64678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64678C is #9B9873. Grayscale: #6A6A6A. Windows color (decimal): -10197108 or 9201508. OLE color: 9201508.

HSL color Cylindrical-coordinate representation of color #64678C: hue angle of 235.5º 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 #64678C is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100103140-
CMYK0.290.2600.45
HSL235.5º16.67%47.06%-
HSV(B)235.5º28.57%54.9%-
XYZ14.8414.326.79-
YUV106.32147.01123.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=29.15%
G=30.03%
B=40.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001031400.290.2600.45235.516.6747.06
Hex64678C1D1A02Dec112f
Octal14414721435320553542157
Binary1100100110011110001100111011101001011011110110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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