#647186

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

Shades of Waikawa Grey #647186

Tints of Waikawa Grey #647186

Color information

#647186 (or 0x647186) is unknown color: approx Waikawa Grey. HEX triplet: 64, 71 and 86. RGB value is (100,113,134). Sum of RGB (Red+Green+Blue) = 100+113+134=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #647186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647186 is #9B8E79. Grayscale: #6F6F6F. Windows color (decimal): -10194554 or 8810852. OLE color: 8810852.

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

Color convert

RGB100113134-
CMYK0.250.1600.47
HSL217.06º14.53%45.88%-
HSV(B)217.06º25.37%52.55%-
XYZ15.4616.2424.87-
YUV111.51140.69119.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=28.82%
G=32.56%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001131340.250.1600.47217.0614.5345.88
Hex647186191002Fd9f2e
Octal14416120631200573311756
Binary110010011100011000011011001100000101111110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647186; }

 p { color: rgb(100,113,134); }

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

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

 a { background-color: rgb(100,113,134); }

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

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

 span { border-color: rgb(100,113,134); }

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