#64657B

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

Shades of Comet #64657B

Tints of Comet #64657B

Color information

#64657B (or 0x64657B) is unknown color: approx Comet. HEX triplet: 64, 65 and 7B. RGB value is (100,101,123). Sum of RGB (Red+Green+Blue) = 100+101+123=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #64657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64657B is #9B9A84. Grayscale: #676767. Windows color (decimal): -10197637 or 8086884. OLE color: 8086884.

HSL color Cylindrical-coordinate representation of color #64657B: hue angle of 237.39º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64657B is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB100101123-
CMYK0.190.1800.52
HSL237.39º10.31%43.73%-
HSV(B)237.39º18.7%48.24%-
XYZ13.4813.4520.62-
YUV103.21139.17125.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=30.86%
G=31.17%
B=37.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001011230.190.1800.52237.3910.3143.73
Hex64657B1312034eda2c
Octal14414517323220643551254
Binary11001001100101111101110011100100110100111011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,101,123); }

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

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

 a { background-color: rgb(100,101,123); }

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

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

 span { border-color: rgb(100,101,123); }

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