#647099

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

Shades of Waikawa Grey #647099

Tints of Waikawa Grey #647099

Color information

#647099 (or 0x647099) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 99. RGB value is (100,112,153). Sum of RGB (Red+Green+Blue) = 100+112+153=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #647099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647099 is #9B8F66. Grayscale: #707070. Windows color (decimal): -10194791 or 10055780. OLE color: 10055780.

HSL color Cylindrical-coordinate representation of color #647099: hue angle of 226.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647099 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB100112153-
CMYK0.350.2700.4
HSL226.42º20.95%49.61%-
HSV(B)226.42º34.64%60%-
XYZ16.816.632.46-
YUV113.09150.52118.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=27.40%
G=30.68%
B=41.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001121530.350.2700.4226.4220.9549.61
Hex647099231B028e21532
Octal14416023143330503422562
Binary11001001110000100110011000111101101010001110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647099; }

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

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

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

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

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

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

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

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