#649297

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

Shades of Gothic #649297

Tints of Gothic #649297

Color information

#649297 (or 0x649297) is unknown color: approx Gothic. HEX triplet: 64, 92 and 97. RGB value is (100,146,151). Sum of RGB (Red+Green+Blue) = 100+146+151=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #649297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649297 is #9B6D68. Grayscale: #848484. Windows color (decimal): -10186089 or 9933412. OLE color: 9933412.

HSL color Cylindrical-coordinate representation of color #649297: hue angle of 185.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649297 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB100146151-
CMYK0.340.0300.41
HSL185.88º20.32%49.22%-
HSV(B)185.88º33.77%59.22%-
XYZ21.1225.533.09-
YUV132.82138.26104.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=25.19%
G=36.78%
B=38.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001461510.340.0300.41185.8820.3249.22
Hex649297223029ba1431
Octal1442222274230512722461
Binary110010010010010100101111000101101010011011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649297; }

 p { color: rgb(100,146,151); }

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

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

 a { background-color: rgb(100,146,151); }

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

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

 span { border-color: rgb(100,146,151); }

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