#63898E

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

Shades of Gothic #63898E

Tints of Gothic #63898E

Color information

#63898E (or 0x63898E) is unknown color: approx Gothic. HEX triplet: 63, 89 and 8E. RGB value is (99,137,142). Sum of RGB (Red+Green+Blue) = 99+137+142=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #63898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63898E is #9C7671. Grayscale: #7E7E7E. Windows color (decimal): -10253938 or 9341283. OLE color: 9341283.

HSL color Cylindrical-coordinate representation of color #63898E: hue angle of 186.98º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63898E is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99137142-
CMYK0.300.0400.44
HSL186.98º17.84%47.25%-
HSV(B)186.98º30.28%55.69%-
XYZ18.9722.528.93-
YUV126.21136.91108.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=26.19%
G=36.24%
B=37.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991371420.300.0400.44186.9817.8447.25
Hex63898E1E402Cbb122f
Octal1432112163640542732257
Binary110001110001001100011101111010001011001011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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