#62878A

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

Shades of Gothic #62878A

Tints of Gothic #62878A

Color information

#62878A (or 0x62878A) is unknown color: approx Gothic. HEX triplet: 62, 87 and 8A. RGB value is (98,135,138). Sum of RGB (Red+Green+Blue) = 98+135+138=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #62878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62878A is #9D7875. Grayscale: #7C7C7C. Windows color (decimal): -10319990 or 9078626. OLE color: 9078626.

HSL color Cylindrical-coordinate representation of color #62878A: hue angle of 184.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62878A is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB98135138-
CMYK0.290.0200.46
HSL184.5º16.95%46.27%-
HSV(B)184.5º28.99%54.12%-
XYZ18.2921.7627.28-
YUV124.28135.74109.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=26.42%
G=36.39%
B=37.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981351380.290.0200.46184.516.9546.27
Hex62878A1D202Eb8112e
Octal1422072123520562702156
Binary11000101000011110001010111011001011101011100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62878A; }

 p { color: rgb(98,135,138); }

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

<style>
 a { background-color: #62878A; }

 a { background-color: rgb(98,135,138); }

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

<style>
 span { border-color: #62878A; }

 span { border-color: rgb(98,135,138); }

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