#63848B

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

Shades of Gothic #63848B

Tints of Gothic #63848B

Color information

#63848B (or 0x63848B) is unknown color: approx Gothic. HEX triplet: 63, 84 and 8B. RGB value is (99,132,139). Sum of RGB (Red+Green+Blue) = 99+132+139=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #63848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63848B is #9C7B74. Grayscale: #7A7A7A. Windows color (decimal): -10255221 or 9143395. OLE color: 9143395.

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

Color convert

RGB99132139-
CMYK0.290.0500.45
HSL190.5º16.81%46.67%-
HSV(B)190.5º28.78%54.51%-
XYZ18.0621.0227.53-
YUV122.93137.07110.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=26.76%
G=35.68%
B=37.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991321390.290.0500.45190.516.8146.67
Hex63848B1D502Dbe112f
Octal1432042133550552762157
Binary110001110000100100010111110110101011011011111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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