#646c9b

Color #646C9B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #646C9B

Tints of Waikawa Grey #646C9B

Color information

#646C9B (or 0x646C9B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6C and 9B. RGB value is (100,108,155). Sum of RGB (Red+Green+Blue) = 100+108+155=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #646C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C9B is #9B9364. Grayscale: #6E6E6E. Windows color (decimal): -10195813 or 10185828. OLE color: 10185828.

HSL color Cylindrical-coordinate representation of color #646C9B: hue angle of 231.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646C9B is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100108155-
CMYK0.350.3000.39
HSL231.27º21.57%50%-
HSV(B)231.27º35.48%60.78%-
XYZ16.5315.833.19-
YUV110.97152.85120.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=27.55%
G=29.75%
B=42.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001081550.350.3000.39231.2721.5750
Hex646C9B231E027e71632
Octal14415423343360473472662
Binary11001001101100100110111000111111001001111110011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646c9b; }

 p { color: rgb(100,108,155); }

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

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

 a { background-color: rgb(100,108,155); }

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

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

 span { border-color: rgb(100,108,155); }

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