#64668D

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

Shades of Comet #64668D

Tints of Comet #64668D

Color information

#64668D (or 0x64668D) is unknown color: approx Comet. HEX triplet: 64, 66 and 8D. RGB value is (100,102,141). Sum of RGB (Red+Green+Blue) = 100+102+141=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #64668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668D is #9B9972. Grayscale: #696969. Windows color (decimal): -10197363 or 9266788. OLE color: 9266788.

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

Color convert

RGB100102141-
CMYK0.290.2800.45
HSL237.07º17.01%47.25%-
HSV(B)237.07º29.08%55.29%-
XYZ14.8114.1427.15-
YUV105.85147.84123.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=29.15%
G=29.74%
B=41.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001021410.290.2800.45237.0717.0147.25
Hex64668D1D1C02Ded112f
Octal14414621535340553552157
Binary1100100110011010001101111011110001011011110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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