#646E9E

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

Shades of Waikawa Grey #646E9E

Tints of Waikawa Grey #646E9E

Color information

#646E9E (or 0x646E9E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6E and 9E. RGB value is (100,110,158). Sum of RGB (Red+Green+Blue) = 100+110+158=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #646E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E9E is #9B9161. Grayscale: #707070. Windows color (decimal): -10195298 or 10382948. OLE color: 10382948.

HSL color Cylindrical-coordinate representation of color #646E9E: hue angle of 229.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646E9E is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100110158-
CMYK0.370.3000.38
HSL229.66º23.02%50.59%-
HSV(B)229.66º36.71%61.96%-
XYZ1716.3334.6-
YUV112.48153.69119.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=27.17%
G=29.89%
B=42.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001101580.370.3000.38229.6623.0250.59
Hex646E9E251E026e61733
Octal14415623645360463462763
Binary11001001101110100111101001011111001001101110011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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