#638486

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

Shades of Gothic #638486

Tints of Gothic #638486

Color information

#638486 (or 0x638486) is unknown color: approx Gothic. HEX triplet: 63, 84 and 86. RGB value is (99,132,134). Sum of RGB (Red+Green+Blue) = 99+132+134=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #638486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638486 is #9C7B79. Grayscale: #7A7A7A. Windows color (decimal): -10255226 or 8815715. OLE color: 8815715.

HSL color Cylindrical-coordinate representation of color #638486: hue angle of 183.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638486 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99132134-
CMYK0.260.0100.47
HSL183.43º15.02%45.69%-
HSV(B)183.43º26.12%52.55%-
XYZ17.720.8825.65-
YUV122.36134.57111.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=27.12%
G=36.16%
B=36.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991321340.260.0100.47183.4315.0245.69
Hex6384861A102Fb7f2e
Octal1432042063210572671756
Binary110001110000100100001101101010101111101101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638486; }

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

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

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

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

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

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

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

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