#62878E

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

Shades of Gothic #62878E

Tints of Gothic #62878E

Color information

#62878E (or 0x62878E) is unknown color: approx Gothic. HEX triplet: 62, 87 and 8E. RGB value is (98,135,142). Sum of RGB (Red+Green+Blue) = 98+135+142=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #62878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62878E is #9D7871. Grayscale: #7C7C7C. Windows color (decimal): -10319986 or 9340770. OLE color: 9340770.

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

Color convert

RGB98135142-
CMYK0.310.0500.44
HSL189.55º18.33%47.06%-
HSV(B)189.55º30.99%55.69%-
XYZ18.5821.8828.83-
YUV124.74137.74108.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=26.13%
G=36%
B=37.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981351420.310.0500.44189.5518.3347.06
Hex62878E1F502Cbe122f
Octal1422072163750542762257
Binary110001010000111100011101111110101011001011111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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