#646388

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

Shades of Comet #646388

Tints of Comet #646388

Color information

#646388 (or 0x646388) is unknown color: approx Comet. HEX triplet: 64, 63 and 88. RGB value is (100,99,136). Sum of RGB (Red+Green+Blue) = 100+99+136=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #646388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646388 is #9B9C77. Grayscale: #676767. Windows color (decimal): -10198136 or 8938340. OLE color: 8938340.

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

Color convert

RGB10099136-
CMYK0.260.2700.47
HSL241.62º15.74%46.08%-
HSV(B)241.62º27.21%53.33%-
XYZ14.1613.4125.13-
YUV103.52146.33125.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=29.85%
G=29.55%
B=40.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100991360.260.2700.47241.6215.7446.08
Hex6463881A1B02Ff2102e
Octal14414321032330573622056
Binary1100100110001110001000110101101101011111111001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646388; }

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

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

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

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

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

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

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

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