#62868B

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

Shades of Gothic #62868B

Tints of Gothic #62868B

Color information

#62868B (or 0x62868B) is unknown color: approx Gothic. HEX triplet: 62, 86 and 8B. RGB value is (98,134,139). Sum of RGB (Red+Green+Blue) = 98+134+139=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #62868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62868B is #9D7974. Grayscale: #7B7B7B. Windows color (decimal): -10320245 or 9143906. OLE color: 9143906.

HSL color Cylindrical-coordinate representation of color #62868B: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62868B is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98134139-
CMYK0.290.0400.45
HSL187.32º17.3%46.47%-
HSV(B)187.32º29.5%54.51%-
XYZ18.2221.5127.62-
YUV123.81136.57109.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=26.42%
G=36.12%
B=37.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981341390.290.0400.45187.3217.346.47
Hex62868B1D402Dbb112e
Octal1422062133540552732156
Binary110001010000110100010111110110001011011011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62868B; }

 p { color: rgb(98,134,139); }

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

<style>
 a { background-color: #62868B; }

 a { background-color: rgb(98,134,139); }

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

<style>
 span { border-color: #62868B; }

 span { border-color: rgb(98,134,139); }

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