Html Css Color HEX #63888F Gothic

📋 copy color: '#63888F'

red 99 ◦ green 136 ◦ blue 143

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

Shades of Gothic #63888F

Tints of Gothic #63888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 26.19%
G = 35.98%
B = 37.83%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63888F (or 0x63888F) is known color: Gothic. HEX triplet: 63, 88 and 8F. RGB value is (99,136,143). Sum of RGB (Red+Green+Blue) = 99+136+143=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #63888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63888F is #9C7770. Grayscale: #7D7D7D. Windows color (decimal): -10254193 or 9406563. OLE color: 9406563.

HSL color Cylindrical-coordinate representation of color #63888F: hue angle of 189.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63888F is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 136 143 -
CMYK 0.31 0.05 0 0.44
HSL 189.55º 0.18% 0.47% -
HSV(B) 189.55º 0.31% 0.56% -
XYZ 18.91 22.24 29.28 -
YUV 125.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 99 136 143 0.31 0.05 0 0.44 189.55 0.18 0.47
Hex 63 88 8F 1F 5 0 2C BE 12 2F
Octal 143 210 217 37 5 0 54 276 22 57
Binary 1100011 10001000 10001111 11111 101 0 101100 10111110 10010 101111

Color Harmonies of #63888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63888F

Black with #63888F

Text Example


Text Example

White with #63888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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