#646B99

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

Shades of Waikawa Grey #646B99

Tints of Waikawa Grey #646B99

Color information

#646B99 (or 0x646B99) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6B and 99. RGB value is (100,107,153). Sum of RGB (Red+Green+Blue) = 100+107+153=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #646B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646B99 is #9B9466. Grayscale: #6D6D6D. Windows color (decimal): -10196071 or 10054500. OLE color: 10054500.

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

Color convert

RGB100107153-
CMYK0.350.3000.4
HSL232.08º20.95%49.61%-
HSV(B)232.08º34.64%60%-
XYZ16.2615.5232.28-
YUV110.15152.18120.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=27.78%
G=29.72%
B=42.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001071530.350.3000.4232.0820.9549.61
Hex646B99231E028e81532
Octal14415323143360503502562
Binary11001001101011100110011000111111001010001110100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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