#62748B

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

Shades of Waikawa Grey #62748B

Tints of Waikawa Grey #62748B

Color information

#62748B (or 0x62748B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 74 and 8B. RGB value is (98,116,139). Sum of RGB (Red+Green+Blue) = 98+116+139=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #62748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62748B is #9D8B74. Grayscale: #717171. Windows color (decimal): -10324853 or 9139298. OLE color: 9139298.

HSL color Cylindrical-coordinate representation of color #62748B: hue angle of 213.66º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62748B is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98116139-
CMYK0.290.1700.45
HSL213.66º17.3%46.47%-
HSV(B)213.66º29.5%54.51%-
XYZ15.9416.9526.86-
YUV113.24142.54117.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=27.76%
G=32.86%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981161390.290.1700.45213.6617.346.47
Hex62748B1D1102Dd6112e
Octal14216421335210553262156
Binary1100010111010010001011111011000101011011101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62748B; }

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

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

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

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

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

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

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

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