Html Css Color HEX #62898D Gothic

📋 copy color: '#62898D'

red 98 ◦ green 137 ◦ blue 141

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

Shades of Gothic #62898D

Tints of Gothic #62898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 26.06%
G = 36.44%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62898D (or 0x62898D) is known color: Gothic. HEX triplet: 62, 89 and 8D. RGB value is (98,137,141). Sum of RGB (Red+Green+Blue) = 98+137+141=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #62898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62898D is #9D7672. Grayscale: #7D7D7D. Windows color (decimal): -10319475 or 9275746. OLE color: 9275746.

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

Color convert

RGB 98 137 141 -
CMYK 0.30 0.03 0 0.45
HSL 185.58º 0.18% 0.47% -
HSV(B) 185.58º 0.3% 0.55% -
XYZ 18.79 22.41 28.53 -
YUV 125.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 98 137 141 0.30 0.03 0 0.45 185.58 0.18 0.47
Hex 62 89 8D 1E 3 0 2D BA 12 2F
Octal 142 211 215 36 3 0 55 272 22 57
Binary 1100010 10001001 10001101 11110 11 0 101101 10111010 10010 101111

Color Harmonies of #62898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62898D

Black with #62898D

Text Example


Text Example

White with #62898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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