#64768E

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

Shades of Waikawa Grey #64768E

Tints of Waikawa Grey #64768E

Color information

#64768E (or 0x64768E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 76 and 8E. RGB value is (100,118,142). Sum of RGB (Red+Green+Blue) = 100+118+142=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #64768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64768E is #9B8971. Grayscale: #737373. Windows color (decimal): -10193266 or 9336420. OLE color: 9336420.

HSL color Cylindrical-coordinate representation of color #64768E: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64768E is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100118142-
CMYK0.300.1700.44
HSL214.29º17.36%47.45%-
HSV(B)214.29º29.58%55.69%-
XYZ16.6217.6228.12-
YUV115.35143.04117.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=27.78%
G=32.78%
B=39.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001181420.300.1700.44214.2917.3647.45
Hex64768E1E1102Cd6112f
Octal14416621636210543262157
Binary1100100111011010001110111101000101011001101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64768E; }

 p { color: rgb(100,118,142); }

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

<style>
 a { background-color: #64768E; }

 a { background-color: rgb(100,118,142); }

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

<style>
 span { border-color: #64768E; }

 span { border-color: rgb(100,118,142); }

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