#64668B

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

Shades of Comet #64668B

Tints of Comet #64668B

Color information

#64668B (or 0x64668B) is unknown color: approx Comet. HEX triplet: 64, 66 and 8B. RGB value is (100,102,139). Sum of RGB (Red+Green+Blue) = 100+102+139=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #64668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668B is #9B9974. Grayscale: #696969. Windows color (decimal): -10197365 or 9135716. OLE color: 9135716.

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

Color convert

RGB100102139-
CMYK0.280.2700.45
HSL236.92º16.32%46.86%-
HSV(B)236.92º28.06%54.51%-
XYZ14.6714.0826.37-
YUV105.62146.84123.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=29.33%
G=29.91%
B=40.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001021390.280.2700.45236.9216.3246.86
Hex64668B1C1B02Ded102f
Octal14414621334330553552057
Binary1100100110011010001011111001101101011011110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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