#64799A

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

Shades of Waikawa Grey #64799A

Tints of Waikawa Grey #64799A

Color information

#64799A (or 0x64799A) is unknown color: approx Waikawa Grey. HEX triplet: 64, 79 and 9A. RGB value is (100,121,154). Sum of RGB (Red+Green+Blue) = 100+121+154=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #64799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799A is #9B8665. Grayscale: #767676. Windows color (decimal): -10192486 or 10123620. OLE color: 10123620.

HSL color Cylindrical-coordinate representation of color #64799A: hue angle of 216.67º 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 #64799A is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100121154-
CMYK0.350.2100.40
HSL216.67º21.26%49.8%-
HSV(B)216.67º35.06%60.39%-
XYZ17.9318.7233.24-
YUV118.48148.04114.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=26.67%
G=32.27%
B=41.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001211540.350.2100.40216.6721.2649.8
Hex64799A2315028d91532
Octal14417123243250503312562
Binary11001001111001100110101000111010101010001101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64799A; }

 p { color: rgb(100,121,154); }

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

<style>
 a { background-color: #64799A; }

 a { background-color: rgb(100,121,154); }

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

<style>
 span { border-color: #64799A; }

 span { border-color: rgb(100,121,154); }

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