#63868C

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

Shades of Gothic #63868C

Tints of Gothic #63868C

Color information

#63868C (or 0x63868C) is unknown color: approx Gothic. HEX triplet: 63, 86 and 8C. RGB value is (99,134,140). Sum of RGB (Red+Green+Blue) = 99+134+140=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #63868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63868C is #9C7973. Grayscale: #7C7C7C. Windows color (decimal): -10254708 or 9209443. OLE color: 9209443.

HSL color Cylindrical-coordinate representation of color #63868C: hue angle of 188.78º 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 #63868C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99134140-
CMYK0.290.0400.45
HSL188.78º17.15%46.86%-
HSV(B)188.78º29.29%54.9%-
XYZ18.421.628.01-
YUV124.22136.9110.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=26.54%
G=35.92%
B=37.53%

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
Decimal991341400.290.0400.45188.7817.1546.86
Hex63868C1D402Dbd112f
Octal1432062143540552752157
Binary110001110000110100011001110110001011011011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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