#648386

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

Shades of Gothic #648386

Tints of Gothic #648386

Color information

#648386 (or 0x648386) is unknown color: approx Gothic. HEX triplet: 64, 83 and 86. RGB value is (100,131,134). Sum of RGB (Red+Green+Blue) = 100+131+134=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 131 (51.56% from 255 or 35.89% 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 #648386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648386 is #9B7C79. Grayscale: #7A7A7A. Windows color (decimal): -10189946 or 8815460. OLE color: 8815460.

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

Color convert

RGB100131134-
CMYK0.250.0200.47
HSL185.29º14.53%45.88%-
HSV(B)185.29º25.37%52.55%-
XYZ17.6720.6625.61-
YUV122.07134.73112.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=27.40%
G=35.89%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001311340.250.0200.47185.2914.5345.88
Hex64838619202Fb9f2e
Octal1442032063120572711756
Binary1100100100000111000011011001100101111101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648386; }

 p { color: rgb(100,131,134); }

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

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

 a { background-color: rgb(100,131,134); }

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

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

 span { border-color: rgb(100,131,134); }

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