#64667D

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

Shades of Comet #64667D

Tints of Comet #64667D

Color information

#64667D (or 0x64667D) is unknown color: approx Comet. HEX triplet: 64, 66 and 7D. RGB value is (100,102,125). Sum of RGB (Red+Green+Blue) = 100+102+125=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #64667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64667D is #9B9982. Grayscale: #676767. Windows color (decimal): -10197379 or 8218212. OLE color: 8218212.

HSL color Cylindrical-coordinate representation of color #64667D: hue angle of 235.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64667D is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100102125-
CMYK0.20.1800.51
HSL235.2º11.11%44.12%-
HSV(B)235.2º20%49.02%-
XYZ13.7113.6921.32-
YUV104.02139.84125.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=30.58%
G=31.19%
B=38.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001021250.20.1800.51235.211.1144.12
Hex64667D1412033ebb2c
Octal14414617524220633531354
Binary11001001100110111110110100100100110011111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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