#62868D

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

Shades of Gothic #62868D

Tints of Gothic #62868D

Color information

#62868D (or 0x62868D) is unknown color: approx Gothic. HEX triplet: 62, 86 and 8D. RGB value is (98,134,141). Sum of RGB (Red+Green+Blue) = 98+134+141=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #62868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62868D is #9D7972. Grayscale: #7B7B7B. Windows color (decimal): -10320243 or 9274978. OLE color: 9274978.

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

Color convert

RGB98134141-
CMYK0.300.0500.45
HSL189.77º17.99%46.86%-
HSV(B)189.77º30.5%55.29%-
XYZ18.3721.5728.39-
YUV124.03137.57109.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=26.27%
G=35.92%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981341410.300.0500.45189.7717.9946.86
Hex62868D1E502Dbe122f
Octal1422062153650552762257
Binary110001010000110100011011111010101011011011111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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