Html Css Color HEX #62858B Gothic

📋 copy color: '#62858B'

red 98 ◦ green 133 ◦ blue 139

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

Shades of Gothic #62858B

Tints of Gothic #62858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 26.49%
G = 35.95%
B = 37.57%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62858B (or 0x62858B) is known color: Gothic. HEX triplet: 62, 85 and 8B. RGB value is (98,133,139). Sum of RGB (Red+Green+Blue) = 98+133+139=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #62858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62858B is #9D7A74. Grayscale: #7B7B7B. Windows color (decimal): -10320501 or 9143650. OLE color: 9143650.

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

Color convert

RGB 98 133 139 -
CMYK 0.29 0.04 0 0.45
HSL 188.78º 0.17% 0.46% -
HSV(B) 188.78º 0.29% 0.55% -
XYZ 18.08 21.24 27.57 -
YUV 123.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 98 133 139 0.29 0.04 0 0.45 188.78 0.17 0.46
Hex 62 85 8B 1D 4 0 2D BD 11 2E
Octal 142 205 213 35 4 0 55 275 21 56
Binary 1100010 10000101 10001011 11101 100 0 101101 10111101 10001 101110

Color Harmonies of #62858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62858B

Black with #62858B

Text Example


Text Example

White with #62858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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