#646A93

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

Shades of Waikawa Grey #646A93

Tints of Waikawa Grey #646A93

Color information

#646A93 (or 0x646A93) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6A and 93. RGB value is (100,106,147). Sum of RGB (Red+Green+Blue) = 100+106+147=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #646A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A93 is #9B956C. Grayscale: #6C6C6C. Windows color (decimal): -10196333 or 9661028. OLE color: 9661028.

HSL color Cylindrical-coordinate representation of color #646A93: hue angle of 232.34º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646A93 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100106147-
CMYK0.320.2800.42
HSL232.34º19.03%48.43%-
HSV(B)232.34º31.97%57.65%-
XYZ15.6815.1229.7-
YUV108.88149.51121.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=28.33%
G=30.03%
B=41.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001061470.320.2800.42232.3419.0348.43
Hex646A93201C02Ae81330
Octal14415222340340523502360
Binary11001001101010100100111000001110001010101110100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,106,147); }

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

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

 a { background-color: rgb(100,106,147); }

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

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

 span { border-color: rgb(100,106,147); }

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