#62688E

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

Shades of Waikawa Grey #62688E

Tints of Waikawa Grey #62688E

Color information

#62688E (or 0x62688E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 68 and 8E. RGB value is (98,104,142). Sum of RGB (Red+Green+Blue) = 98+104+142=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #62688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62688E is #9D9771. Grayscale: #6A6A6A. Windows color (decimal): -10327922 or 9332834. OLE color: 9332834.

HSL color Cylindrical-coordinate representation of color #62688E: hue angle of 231.82º 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 #62688E is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98104142-
CMYK0.310.2700.44
HSL231.82º18.33%47.06%-
HSV(B)231.82º30.99%55.69%-
XYZ14.8714.4527.6-
YUV106.54148.01121.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.49%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=28.49%
G=30.23%
B=41.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981041420.310.2700.44231.8218.3347.06
Hex62688E1F1B02Ce8122f
Octal14215021637330543502257
Binary1100010110100010001110111111101101011001110100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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