#647088

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

Shades of Waikawa Grey #647088

Tints of Waikawa Grey #647088

Color information

#647088 (or 0x647088) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 88. RGB value is (100,112,136). Sum of RGB (Red+Green+Blue) = 100+112+136=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #647088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647088 is #9B8F77. Grayscale: #6F6F6F. Windows color (decimal): -10194808 or 8941668. OLE color: 8941668.

HSL color Cylindrical-coordinate representation of color #647088: hue angle of 220º 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 #647088 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100112136-
CMYK0.260.1800.47
HSL220º15.25%46.27%-
HSV(B)220º26.47%53.33%-
XYZ15.4916.0825.58-
YUV111.15142.02120.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=28.74%
G=32.18%
B=39.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001121360.260.1800.4722015.2546.27
Hex6470881A1202Fdcf2e
Octal14416021032220573341756
Binary110010011100001000100011010100100101111110111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647088; }

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

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

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

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

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

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

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

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