#646E99

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

Shades of Waikawa Grey #646E99

Tints of Waikawa Grey #646E99

Color information

#646E99 (or 0x646E99) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6E and 99. RGB value is (100,110,153). Sum of RGB (Red+Green+Blue) = 100+110+153=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #646E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E99 is #9B9166. Grayscale: #6F6F6F. Windows color (decimal): -10195303 or 10055268. OLE color: 10055268.

HSL color Cylindrical-coordinate representation of color #646E99: hue angle of 228.68º 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 #646E99 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB100110153-
CMYK0.350.2800.4
HSL228.68º20.95%49.61%-
HSV(B)228.68º34.64%60%-
XYZ16.5816.1632.38-
YUV111.91151.19119.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=27.55%
G=30.30%
B=42.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001101530.350.2800.4228.6820.9549.61
Hex646E99231C028e51532
Octal14415623143340503452562
Binary11001001101110100110011000111110001010001110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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