#646C99

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

Shades of Waikawa Grey #646C99

Tints of Waikawa Grey #646C99

Color information

#646C99 (or 0x646C99) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6C and 99. RGB value is (100,108,153). Sum of RGB (Red+Green+Blue) = 100+108+153=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #646C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C99 is #9B9366. Grayscale: #6E6E6E. Windows color (decimal): -10195815 or 10054756. OLE color: 10054756.

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

Color convert

RGB100108153-
CMYK0.350.2900.4
HSL230.94º20.95%49.61%-
HSV(B)230.94º34.64%60%-
XYZ16.3715.7332.31-
YUV110.74151.85120.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=27.70%
G=29.92%
B=42.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001081530.350.2900.4230.9420.9549.61
Hex646C99231D028e71532
Octal14415423143350503472562
Binary11001001101100100110011000111110101010001110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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