#62848C

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

Shades of Gothic #62848C

Tints of Gothic #62848C

Color information

#62848C (or 0x62848C) is unknown color: approx Gothic. HEX triplet: 62, 84 and 8C. RGB value is (98,132,140). Sum of RGB (Red+Green+Blue) = 98+132+140=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #62848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62848C is #9D7B73. Grayscale: #7A7A7A. Windows color (decimal): -10320756 or 9208930. OLE color: 9208930.

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

Color convert

RGB98132140-
CMYK0.30.0600.45
HSL191.43º17.65%46.67%-
HSV(B)191.43º30%54.9%-
XYZ18.0220.9927.91-
YUV122.75137.74110.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=26.49%
G=35.68%
B=37.84%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981321400.30.0600.45191.4317.6546.67
Hex62848C1E602Dbf122f
Octal1422042143660552772257
Binary110001010000100100011001111011001011011011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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