#62729E

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

Shades of Waikawa Grey #62729E

Tints of Waikawa Grey #62729E

Color information

#62729E (or 0x62729E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 9E. RGB value is (98,114,158). Sum of RGB (Red+Green+Blue) = 98+114+158=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #62729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729E is #9D8D61. Grayscale: #727272. Windows color (decimal): -10325346 or 10383970. OLE color: 10383970.

HSL color Cylindrical-coordinate representation of color #62729E: hue angle of 224º 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 #62729E is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98114158-
CMYK0.380.2800.38
HSL224º23.62%50.2%-
HSV(B)224º37.97%61.96%-
XYZ17.2317.134.74-
YUV114.23152.7116.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=26.49%
G=30.81%
B=42.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981141580.380.2800.3822423.6250.2
Hex62729E261C026e01832
Octal14216223646340463403062
Binary11000101110010100111101001101110001001101110000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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