#62888D

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

Shades of Gothic #62888D

Tints of Gothic #62888D

Color information

#62888D (or 0x62888D) is unknown color: approx Gothic. HEX triplet: 62, 88 and 8D. RGB value is (98,136,141). Sum of RGB (Red+Green+Blue) = 98+136+141=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #62888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62888D is #9D7772. Grayscale: #7D7D7D. Windows color (decimal): -10319731 or 9275490. OLE color: 9275490.

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

Color convert

RGB98136141-
CMYK0.300.0400.45
HSL186.98º17.99%46.86%-
HSV(B)186.98º30.5%55.29%-
XYZ18.6522.1328.49-
YUV125.21136.91108.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=26.13%
G=36.27%
B=37.6%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981361410.300.0400.45186.9817.9946.86
Hex62888D1E402Dbb122f
Octal1422102153640552732257
Binary110001010001000100011011111010001011011011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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