#647198

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

Shades of Waikawa Grey #647198

Tints of Waikawa Grey #647198

Color information

#647198 (or 0x647198) is unknown color: approx Waikawa Grey. HEX triplet: 64, 71 and 98. RGB value is (100,113,152). Sum of RGB (Red+Green+Blue) = 100+113+152=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #647198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647198 is #9B8E67. Grayscale: #717171. Windows color (decimal): -10194536 or 9990500. OLE color: 9990500.

HSL color Cylindrical-coordinate representation of color #647198: hue angle of 225º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647198 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100113152-
CMYK0.340.2600.40
HSL225º20.63%49.41%-
HSV(B)225º34.21%59.61%-
XYZ16.8316.7932.06-
YUV113.56149.69118.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=27.40%
G=30.96%
B=41.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001131520.340.2600.4022520.6349.41
Hex647198221A028e11531
Octal14416123042320503412561
Binary11001001110001100110001000101101001010001110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647198; }

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

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

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

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

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

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

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

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