#64678E

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

Shades of Waikawa Grey #64678E

Tints of Waikawa Grey #64678E

Color information

#64678E (or 0x64678E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 67 and 8E. RGB value is (100,103,142). Sum of RGB (Red+Green+Blue) = 100+103+142=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #64678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64678E is #9B9871. Grayscale: #6A6A6A. Windows color (decimal): -10197106 or 9332580. OLE color: 9332580.

HSL color Cylindrical-coordinate representation of color #64678E: hue angle of 235.71º 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 #64678E is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100103142-
CMYK0.300.2700.44
HSL235.71º17.36%47.45%-
HSV(B)235.71º29.58%55.69%-
XYZ14.9914.3627.57-
YUV106.55148.01123.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=28.99%
G=29.86%
B=41.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001031420.300.2700.44235.7117.3647.45
Hex64678E1E1B02Cec112f
Octal14414721636330543542157
Binary1100100110011110001110111101101101011001110110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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