#62888E

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

Shades of Gothic #62888E

Tints of Gothic #62888E

Color information

#62888E (or 0x62888E) is unknown color: approx Gothic. HEX triplet: 62, 88 and 8E. RGB value is (98,136,142). Sum of RGB (Red+Green+Blue) = 98+136+142=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #62888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62888E is #9D7771. Grayscale: #7D7D7D. Windows color (decimal): -10319730 or 9341026. OLE color: 9341026.

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

Color convert

RGB98136142-
CMYK0.310.0400.44
HSL188.18º18.33%47.06%-
HSV(B)188.18º30.99%55.69%-
XYZ18.7222.1628.88-
YUV125.32137.41108.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=26.06%
G=36.17%
B=37.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981361420.310.0400.44188.1818.3347.06
Hex62888E1F402Cbc122f
Octal1422102163740542742257
Binary110001010001000100011101111110001011001011110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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