#62759B

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

Shades of Waikawa Grey #62759B

Tints of Waikawa Grey #62759B

Color information

#62759B (or 0x62759B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 75 and 9B. RGB value is (98,117,155). Sum of RGB (Red+Green+Blue) = 98+117+155=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #62759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62759B is #9D8A64. Grayscale: #737373. Windows color (decimal): -10324581 or 10188130. OLE color: 10188130.

HSL color Cylindrical-coordinate representation of color #62759B: hue angle of 220º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62759B is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98117155-
CMYK0.370.2500.39
HSL220º22.53%49.61%-
HSV(B)220º36.77%60.78%-
XYZ17.3117.6933.51-
YUV115.65150.21115.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=26.49%
G=31.62%
B=41.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981171550.370.2500.3922022.5349.61
Hex62759B2519027dc1732
Octal14216523345310473342762
Binary11000101110101100110111001011100101001111101110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,117,155); }

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

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

 a { background-color: rgb(98,117,155); }

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

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

 span { border-color: rgb(98,117,155); }

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