#64697B

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

Shades of Comet #64697B

Tints of Comet #64697B

Color information

#64697B (or 0x64697B) is unknown color: approx Comet. HEX triplet: 64, 69 and 7B. RGB value is (100,105,123). Sum of RGB (Red+Green+Blue) = 100+105+123=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #64697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64697B is #9B9684. Grayscale: #696969. Windows color (decimal): -10196613 or 8087908. OLE color: 8087908.

HSL color Cylindrical-coordinate representation of color #64697B: hue angle of 226.96º 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 #64697B is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB100105123-
CMYK0.190.1500.52
HSL226.96º10.31%43.73%-
HSV(B)226.96º18.7%48.24%-
XYZ13.8814.2420.76-
YUV105.56137.84124.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=30.49%
G=32.01%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001051230.190.1500.52226.9610.3143.73
Hex64697B13F034e3a2c
Octal14415117323170643431254
Binary1100100110100111110111001111110110100111000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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