#63898F

Color #63898F Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #63898F

Tints of Gothic #63898F

Color information

#63898F (or 0x63898F) is unknown color: approx Gothic. HEX triplet: 63, 89 and 8F. RGB value is (99,137,143). Sum of RGB (Red+Green+Blue) = 99+137+143=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #63898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63898F is #9C7670. Grayscale: #7E7E7E. Windows color (decimal): -10253937 or 9406819. OLE color: 9406819.

HSL color Cylindrical-coordinate representation of color #63898F: hue angle of 188.18º 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 #63898F is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99137143-
CMYK0.310.0400.44
HSL188.18º18.18%47.45%-
HSV(B)188.18º30.77%56.08%-
XYZ19.0522.5329.33-
YUV126.32137.41108.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=26.12%
G=36.15%
B=37.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991371430.310.0400.44188.1818.1847.45
Hex63898F1F402Cbc122f
Octal1432112173740542742257
Binary110001110001001100011111111110001011001011110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63898F;
 }
 .AnyTagClassName
 {
   color: #63898F;
 }
</style>
background-color css

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

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

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

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

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

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