#62848B

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

Shades of Gothic #62848B

Tints of Gothic #62848B

Color information

#62848B (or 0x62848B) is unknown color: approx Gothic. HEX triplet: 62, 84 and 8B. RGB value is (98,132,139). Sum of RGB (Red+Green+Blue) = 98+132+139=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #62848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62848B is #9D7B74. Grayscale: #7A7A7A. Windows color (decimal): -10320757 or 9143394. OLE color: 9143394.

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

Color convert

RGB98132139-
CMYK0.290.0500.45
HSL190.24º17.3%46.47%-
HSV(B)190.24º29.5%54.51%-
XYZ17.9520.9627.53-
YUV122.63137.24110.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=26.56%
G=35.77%
B=37.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981321390.290.0500.45190.2417.346.47
Hex62848B1D502Dbe112e
Octal1422042133550552762156
Binary110001010000100100010111110110101011011011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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