Html Css Color HEX #62858D Gothic

📋 copy color: '#62858D'

red 98 ◦ green 133 ◦ blue 141

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

Shades of Gothic #62858D

Tints of Gothic #62858D

RGB

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

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

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

R = 26.34%
G = 35.75%
B = 37.9%

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

#62858D (or 0x62858D) is known color: Gothic. HEX triplet: 62, 85 and 8D. RGB value is (98,133,141). Sum of RGB (Red+Green+Blue) = 98+133+141=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #62858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62858D is #9D7A72. Grayscale: #7B7B7B. Windows color (decimal): -10320499 or 9274722. OLE color: 9274722.

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

Color convert

RGB 98 133 141 -
CMYK 0.30 0.06 0 0.45
HSL 191.16º 0.18% 0.47% -
HSV(B) 191.16º 0.3% 0.55% -
XYZ 18.23 21.29 28.35 -
YUV 123.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 98 133 141 0.30 0.06 0 0.45 191.16 0.18 0.47
Hex 62 85 8D 1E 6 0 2D BF 12 2F
Octal 142 205 215 36 6 0 55 277 22 57
Binary 1100010 10000101 10001101 11110 110 0 101101 10111111 10010 101111

Color Harmonies of #62858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62858D

Black with #62858D

Text Example


Text Example

White with #62858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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