#62858C

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

Shades of Gothic #62858C

Tints of Gothic #62858C

Color information

#62858C (or 0x62858C) is unknown color: approx Gothic. HEX triplet: 62, 85 and 8C. RGB value is (98,133,140). Sum of RGB (Red+Green+Blue) = 98+133+140=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #62858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62858C is #9D7A73. Grayscale: #7B7B7B. Windows color (decimal): -10320500 or 9209186. OLE color: 9209186.

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

Color convert

RGB98133140-
CMYK0.30.0500.45
HSL190º17.65%46.67%-
HSV(B)190º30%54.9%-
XYZ18.1621.2727.96-
YUV123.33137.4109.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=26.42%
G=35.85%
B=37.74%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981331400.30.0500.4519017.6546.67
Hex62858C1E502Dbe122f
Octal1422052143650552762257
Binary110001010000101100011001111010101011011011111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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