#63878C

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

Shades of Gothic #63878C

Tints of Gothic #63878C

Color information

#63878C (or 0x63878C) is unknown color: approx Gothic. HEX triplet: 63, 87 and 8C. RGB value is (99,135,140). Sum of RGB (Red+Green+Blue) = 99+135+140=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #63878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63878C is #9C7873. Grayscale: #7C7C7C. Windows color (decimal): -10254452 or 9209699. OLE color: 9209699.

HSL color Cylindrical-coordinate representation of color #63878C: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63878C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99135140-
CMYK0.290.0400.45
HSL187.32º17.15%46.86%-
HSV(B)187.32º29.29%54.9%-
XYZ18.5421.8728.06-
YUV124.81136.57109.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=26.47%
G=36.10%
B=37.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991351400.290.0400.45187.3217.1546.86
Hex63878C1D402Dbb112f
Octal1432072143540552732157
Binary110001110000111100011001110110001011011011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63878C; }

 p { color: rgb(99,135,140); }

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

<style>
 a { background-color: #63878C; }

 a { background-color: rgb(99,135,140); }

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

<style>
 span { border-color: #63878C; }

 span { border-color: rgb(99,135,140); }

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