#62878C

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

Shades of Gothic #62878C

Tints of Gothic #62878C

Color information

#62878C (or 0x62878C) is unknown color: approx Gothic. HEX triplet: 62, 87 and 8C. RGB value is (98,135,140). Sum of RGB (Red+Green+Blue) = 98+135+140=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #62878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62878C is #9D7873. Grayscale: #7C7C7C. Windows color (decimal): -10319988 or 9209698. OLE color: 9209698.

HSL color Cylindrical-coordinate representation of color #62878C: hue angle of 187.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62878C is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98135140-
CMYK0.30.0400.45
HSL187.14º17.65%46.67%-
HSV(B)187.14º30%54.9%-
XYZ18.4321.8228.05-
YUV124.51136.74109.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=26.27%
G=36.19%
B=37.53%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981351400.30.0400.45187.1417.6546.67
Hex62878C1E402Dbb122f
Octal1422072143640552732257
Binary110001010000111100011001111010001011011011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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