Html Css Color HEX #62838B Gothic

📋 copy color: '#62838B'

red 98 ◦ green 131 ◦ blue 139

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

Shades of Gothic #62838B

Tints of Gothic #62838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 26.63%
G = 35.6%
B = 37.77%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62838B (or 0x62838B) is known color: Gothic. HEX triplet: 62, 83 and 8B. RGB value is (98,131,139). Sum of RGB (Red+Green+Blue) = 98+131+139=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #62838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62838B is #9D7C74. Grayscale: #797979. Windows color (decimal): -10321013 or 9143138. OLE color: 9143138.

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

Color convert

RGB 98 131 139 -
CMYK 0.29 0.06 0 0.45
HSL 191.71º 0.17% 0.46% -
HSV(B) 191.71º 0.29% 0.55% -
XYZ 17.81 20.69 27.48 -
YUV 122.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 98 131 139 0.29 0.06 0 0.45 191.71 0.17 0.46
Hex 62 83 8B 1D 6 0 2D C0 11 2E
Octal 142 203 213 35 6 0 55 300 21 56
Binary 1100010 10000011 10001011 11101 110 0 101101 11000000 10001 101110

Color Harmonies of #62838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62838B

Black with #62838B

Text Example


Text Example

White with #62838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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