#648387

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

Shades of Gothic #648387

Tints of Gothic #648387

Color information

#648387 (or 0x648387) is unknown color: approx Gothic. HEX triplet: 64, 83 and 87. RGB value is (100,131,135). Sum of RGB (Red+Green+Blue) = 100+131+135=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #648387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648387 is #9B7C78. Grayscale: #7A7A7A. Windows color (decimal): -10189945 or 8880996. OLE color: 8880996.

HSL color Cylindrical-coordinate representation of color #648387: hue angle of 186.86º 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 #648387 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100131135-
CMYK0.260.0300.47
HSL186.86º14.89%46.08%-
HSV(B)186.86º25.93%52.94%-
XYZ17.7520.6925.98-
YUV122.19135.23112.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=27.32%
G=35.79%
B=36.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001311350.260.0300.47186.8614.8946.08
Hex6483871A302Fbbf2e
Octal1442032073230572731756
Binary1100100100000111000011111010110101111101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648387; }

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

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

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

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

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

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

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

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