Html Css Color HEX #62848D Gothic

📋 copy color: '#62848D'

red 98 ◦ green 132 ◦ blue 141

#62848D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #62848D

Tints of Gothic #62848D

RGB

 RED value IS 98 (38.67% from 255) = 26.42%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 26.42%
G = 35.58%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62848D (or 0x62848D) is known color: Gothic. HEX triplet: 62, 84 and 8D. RGB value is (98,132,141). Sum of RGB (Red+Green+Blue) = 98+132+141=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #62848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62848D is #9D7B72. Grayscale: #7A7A7A. Windows color (decimal): -10320755 or 9274466. OLE color: 9274466.

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

Color convert

RGB 98 132 141 -
CMYK 0.30 0.06 0 0.45
HSL 192.56º 0.18% 0.47% -
HSV(B) 192.56º 0.3% 0.55% -
XYZ 18.1 21.02 28.3 -
YUV 122.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 98 132 141 0.30 0.06 0 0.45 192.56 0.18 0.47
Hex 62 84 8D 1E 6 0 2D C1 12 2F
Octal 142 204 215 36 6 0 55 301 22 57
Binary 1100010 10000100 10001101 11110 110 0 101101 11000001 10010 101111

Color Harmonies of #62848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62848D

Black with #62848D

Text Example


Text Example

White with #62848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62848D;
 }
 .AnyTagClassName
 {
   color: #62848D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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