#62858B

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

Shades of Gothic #62858B

Tints of Gothic #62858B

Color information

#62858B (or 0x62858B) is unknown color: approx Gothic. HEX triplet: 62, 85 and 8B. RGB value is (98,133,139). Sum of RGB (Red+Green+Blue) = 98+133+139=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #62858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62858B is #9D7A74. Grayscale: #7B7B7B. Windows color (decimal): -10320501 or 9143650. OLE color: 9143650.

HSL color Cylindrical-coordinate representation of color #62858B: hue angle of 188.78º 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 #62858B is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98133139-
CMYK0.290.0400.45
HSL188.78º17.3%46.47%-
HSV(B)188.78º29.5%54.51%-
XYZ18.0821.2427.57-
YUV123.22136.9110.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=26.49%
G=35.95%
B=37.57%

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
Decimal981331390.290.0400.45188.7817.346.47
Hex62858B1D402Dbd112e
Octal1422052133540552752156
Binary110001010000101100010111110110001011011011110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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