#62698E

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

Shades of Waikawa Grey #62698E

Tints of Waikawa Grey #62698E

Color information

#62698E (or 0x62698E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 8E. RGB value is (98,105,142). Sum of RGB (Red+Green+Blue) = 98+105+142=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #62698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62698E is #9D9671. Grayscale: #6A6A6A. Windows color (decimal): -10327666 or 9333090. OLE color: 9333090.

HSL color Cylindrical-coordinate representation of color #62698E: hue angle of 230.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62698E is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98105142-
CMYK0.310.2600.44
HSL230.45º18.33%47.06%-
HSV(B)230.45º30.99%55.69%-
XYZ14.9714.6527.63-
YUV107.12147.68121.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=28.41%
G=30.43%
B=41.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981051420.310.2600.44230.4518.3347.06
Hex62698E1F1A02Ce6122f
Octal14215121637320543462257
Binary1100010110100110001110111111101001011001110011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,105,142); }

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

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

 a { background-color: rgb(98,105,142); }

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

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

 span { border-color: rgb(98,105,142); }

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