Html Css Color HEX #62898B Gothic

📋 copy color: '#62898B'

red 98 ◦ green 137 ◦ blue 139

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

Shades of Gothic #62898B

Tints of Gothic #62898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 26.2%
G = 36.63%
B = 37.17%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62898B (or 0x62898B) is known color: Gothic. HEX triplet: 62, 89 and 8B. RGB value is (98,137,139). Sum of RGB (Red+Green+Blue) = 98+137+139=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #62898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62898B is #9D7674. Grayscale: #7D7D7D. Windows color (decimal): -10319477 or 9144674. OLE color: 9144674.

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

Color convert

RGB 98 137 139 -
CMYK 0.29 0.01 0 0.45
HSL 182.93º 0.17% 0.46% -
HSV(B) 182.93º 0.29% 0.55% -
XYZ 18.64 22.35 27.76 -
YUV 125.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 98 137 139 0.29 0.01 0 0.45 182.93 0.17 0.46
Hex 62 89 8B 1D 1 0 2D B7 11 2E
Octal 142 211 213 35 1 0 55 267 21 56
Binary 1100010 10001001 10001011 11101 1 0 101101 10110111 10001 101110

Color Harmonies of #62898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62898B

Black with #62898B

Text Example


Text Example

White with #62898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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