Html Css Color HEX #62888B Gothic

📋 copy color: '#62888B'

red 98 ◦ green 136 ◦ blue 139

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

Shades of Gothic #62888B

Tints of Gothic #62888B

RGB

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

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

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

R = 26.27%
G = 36.46%
B = 37.27%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62888B (or 0x62888B) is known color: Gothic. HEX triplet: 62, 88 and 8B. RGB value is (98,136,139). Sum of RGB (Red+Green+Blue) = 98+136+139=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #62888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62888B is #9D7774. Grayscale: #7C7C7C. Windows color (decimal): -10319733 or 9144418. OLE color: 9144418.

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

Color convert

RGB 98 136 139 -
CMYK 0.29 0.02 0 0.45
HSL 184.39º 0.17% 0.46% -
HSV(B) 184.39º 0.29% 0.55% -
XYZ 18.5 22.07 27.71 -
YUV 124.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 98 136 139 0.29 0.02 0 0.45 184.39 0.17 0.46
Hex 62 88 8B 1D 2 0 2D B8 11 2E
Octal 142 210 213 35 2 0 55 270 21 56
Binary 1100010 10001000 10001011 11101 10 0 101101 10111000 10001 101110

Color Harmonies of #62888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62888B

Black with #62888B

Text Example


Text Example

White with #62888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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