#647087

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

Shades of Waikawa Grey #647087

Tints of Waikawa Grey #647087

Color information

#647087 (or 0x647087) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 87. RGB value is (100,112,135). Sum of RGB (Red+Green+Blue) = 100+112+135=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #647087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647087 is #9B8F78. Grayscale: #6E6E6E. Windows color (decimal): -10194809 or 8876132. OLE color: 8876132.

HSL color Cylindrical-coordinate representation of color #647087: hue angle of 219.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #647087 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100112135-
CMYK0.260.1700.47
HSL219.43º14.89%46.08%-
HSV(B)219.43º25.93%52.94%-
XYZ15.4216.0525.21-
YUV111.03141.52120.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=28.82%
G=32.28%
B=38.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001121350.260.1700.47219.4314.8946.08
Hex6470871A1102Fdbf2e
Octal14416020732210573331756
Binary110010011100001000011111010100010101111110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647087; }

 p { color: rgb(100,112,135); }

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

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

 a { background-color: rgb(100,112,135); }

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

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

 span { border-color: rgb(100,112,135); }

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