#62898E

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

Shades of Gothic #62898E

Tints of Gothic #62898E

Color information

#62898E (or 0x62898E) is unknown color: approx Gothic. HEX triplet: 62, 89 and 8E. RGB value is (98,137,142). Sum of RGB (Red+Green+Blue) = 98+137+142=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #62898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62898E is #9D7671. Grayscale: #7D7D7D. Windows color (decimal): -10319474 or 9341282. OLE color: 9341282.

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

Color convert

RGB98137142-
CMYK0.310.0400.44
HSL186.82º18.33%47.06%-
HSV(B)186.82º30.99%55.69%-
XYZ18.8722.4428.93-
YUV125.91137.08108.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=25.99%
G=36.34%
B=37.67%

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
Decimal981371420.310.0400.44186.8218.3347.06
Hex62898E1F402Cbb122f
Octal1422112163740542732257
Binary110001010001001100011101111110001011001011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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