#64749F

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

Shades of Waikawa Grey #64749F

Tints of Waikawa Grey #64749F

Color information

#64749F (or 0x64749F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 74 and 9F. RGB value is (100,116,159). Sum of RGB (Red+Green+Blue) = 100+116+159=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #64749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749F is #9B8B60. Grayscale: #737373. Windows color (decimal): -10193761 or 10450020. OLE color: 10450020.

HSL color Cylindrical-coordinate representation of color #64749F: hue angle of 223.73º degrees, saturation: 0.24, 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 #64749F is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100116159-
CMYK0.370.2700.38
HSL223.73º23.51%50.78%-
HSV(B)223.73º37.11%62.35%-
XYZ17.7617.735.28-
YUV116.12152.2116.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=26.67%
G=30.93%
B=42.4%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001161590.370.2700.38223.7323.5150.78
Hex64749F251B026e01833
Octal14416423745330463403063
Binary11001001110100100111111001011101101001101110000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64749F; }

 p { color: rgb(100,116,159); }

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

<style>
 a { background-color: #64749F; }

 a { background-color: rgb(100,116,159); }

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

<style>
 span { border-color: #64749F; }

 span { border-color: rgb(100,116,159); }

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