#63848C

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

Shades of Gothic #63848C

Tints of Gothic #63848C

Color information

#63848C (or 0x63848C) is unknown color: approx Gothic. HEX triplet: 63, 84 and 8C. RGB value is (99,132,140). Sum of RGB (Red+Green+Blue) = 99+132+140=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #63848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63848C is #9C7B73. Grayscale: #7A7A7A. Windows color (decimal): -10255220 or 9208931. OLE color: 9208931.

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

Color convert

RGB99132140-
CMYK0.290.0600.45
HSL191.71º17.15%46.86%-
HSV(B)191.71º29.29%54.9%-
XYZ18.1321.0527.92-
YUV123.04137.57110.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=26.68%
G=35.58%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991321400.290.0600.45191.7117.1546.86
Hex63848C1D602Dc0112f
Octal1432042143560553002157
Binary110001110000100100011001110111001011011100000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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