#646899

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

Shades of Rich Blue #646899

Tints of Rich Blue #646899

Color information

#646899 (or 0x646899) is unknown color: approx Rich Blue. HEX triplet: 64, 68 and 99. RGB value is (100,104,153). Sum of RGB (Red+Green+Blue) = 100+104+153=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #646899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646899 is #9B9766. Grayscale: #6C6C6C. Windows color (decimal): -10196839 or 10053732. OLE color: 10053732.

HSL color Cylindrical-coordinate representation of color #646899: hue angle of 235.47º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646899 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB100104153-
CMYK0.350.3200.4
HSL235.47º20.95%49.61%-
HSV(B)235.47º34.64%60%-
XYZ15.9614.9132.17-
YUV108.39153.17122.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=28.01%
G=29.13%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001041530.350.3200.4235.4720.9549.61
Hex6468992320028eb1532
Octal14415023143400503532562
Binary110010011010001001100110001110000001010001110101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646899; }

 p { color: rgb(100,104,153); }

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

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

 a { background-color: rgb(100,104,153); }

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

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

 span { border-color: rgb(100,104,153); }

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