Html Css Color HEX #63888D Gothic

📋 copy color: '#63888D'

red 99 ◦ green 136 ◦ blue 141

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

Shades of Gothic #63888D

Tints of Gothic #63888D

RGB

 RED value IS 99 (39.06% from 255) = 26.33%

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

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

R = 26.33%
G = 36.17%
B = 37.5%

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

#63888D (or 0x63888D) is known color: Gothic. HEX triplet: 63, 88 and 8D. RGB value is (99,136,141). Sum of RGB (Red+Green+Blue) = 99+136+141=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #63888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63888D is #9C7772. Grayscale: #7D7D7D. Windows color (decimal): -10254195 or 9275491. OLE color: 9275491.

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

Color convert

RGB 99 136 141 -
CMYK 0.30 0.04 0 0.45
HSL 187.14º 0.18% 0.47% -
HSV(B) 187.14º 0.3% 0.55% -
XYZ 18.76 22.18 28.49 -
YUV 125.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 99 136 141 0.30 0.04 0 0.45 187.14 0.18 0.47
Hex 63 88 8D 1E 4 0 2D BB 12 2F
Octal 143 210 215 36 4 0 55 273 22 57
Binary 1100011 10001000 10001101 11110 100 0 101101 10111011 10010 101111

Color Harmonies of #63888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63888D

Black with #63888D

Text Example


Text Example

White with #63888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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