#62749E

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

Shades of Waikawa Grey #62749E

Tints of Waikawa Grey #62749E

Color information

#62749E (or 0x62749E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 74 and 9E. RGB value is (98,116,158). Sum of RGB (Red+Green+Blue) = 98+116+158=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #62749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62749E is #9D8B61. Grayscale: #737373. Windows color (decimal): -10324834 or 10384482. OLE color: 10384482.

HSL color Cylindrical-coordinate representation of color #62749E: hue angle of 222º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62749E is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98116158-
CMYK0.380.2700.38
HSL222º23.62%50.2%-
HSV(B)222º37.97%61.96%-
XYZ17.4517.5634.82-
YUV115.41152.04115.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=26.34%
G=31.18%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981161580.380.2700.3822223.6250.2
Hex62749E261B026de1832
Octal14216423646330463363062
Binary11000101110100100111101001101101101001101101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62749E; }

 p { color: rgb(98,116,158); }

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

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

 a { background-color: rgb(98,116,158); }

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

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

 span { border-color: rgb(98,116,158); }

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