Html Css Color HEX #62888D Gothic

📋 copy color: '#62888D'

red 98 ◦ green 136 ◦ blue 141

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

Shades of Gothic #62888D

Tints of Gothic #62888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 26.13%
G = 36.27%
B = 37.6%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62888D (or 0x62888D) is known color: Gothic. HEX triplet: 62, 88 and 8D. RGB value is (98,136,141). Sum of RGB (Red+Green+Blue) = 98+136+141=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #62888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62888D is #9D7772. Grayscale: #7D7D7D. Windows color (decimal): -10319731 or 9275490. OLE color: 9275490.

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

Color convert

RGB 98 136 141 -
CMYK 0.30 0.04 0 0.45
HSL 186.98º 0.18% 0.47% -
HSV(B) 186.98º 0.3% 0.55% -
XYZ 18.65 22.13 28.49 -
YUV 125.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 98 136 141 0.30 0.04 0 0.45 186.98 0.18 0.47
Hex 62 88 8D 1E 4 0 2D BB 12 2F
Octal 142 210 215 36 4 0 55 273 22 57
Binary 1100010 10001000 10001101 11110 100 0 101101 10111011 10010 101111

Color Harmonies of #62888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62888D

Black with #62888D

Text Example


Text Example

White with #62888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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