#646788

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

Shades of Comet #646788

Tints of Comet #646788

Color information

#646788 (or 0x646788) is unknown color: approx Comet. HEX triplet: 64, 67 and 88. RGB value is (100,103,136). Sum of RGB (Red+Green+Blue) = 100+103+136=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #646788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646788 is #9B9877. Grayscale: #696969. Windows color (decimal): -10197112 or 8939364. OLE color: 8939364.

HSL color Cylindrical-coordinate representation of color #646788: hue angle of 235º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646788 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100103136-
CMYK0.260.2400.47
HSL235º15.25%46.27%-
HSV(B)235º26.47%53.33%-
XYZ14.5514.1925.26-
YUV105.86145.01123.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=29.50%
G=30.38%
B=40.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001031360.260.2400.4723515.2546.27
Hex6467881A1802Febf2e
Octal14414721032300573531756
Binary110010011001111000100011010110000101111111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646788; }

 p { color: rgb(100,103,136); }

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

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

 a { background-color: rgb(100,103,136); }

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

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

 span { border-color: rgb(100,103,136); }

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