#649196

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

Shades of Gothic #649196

Tints of Gothic #649196

Color information

#649196 (or 0x649196) is unknown color: approx Gothic. HEX triplet: 64, 91 and 96. RGB value is (100,145,150). Sum of RGB (Red+Green+Blue) = 100+145+150=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #649196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649196 is #9B6E69. Grayscale: #848484. Windows color (decimal): -10186346 or 9867620. OLE color: 9867620.

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

Color convert

RGB100145150-
CMYK0.330.0300.41
HSL186º20%49.02%-
HSV(B)186º33.33%58.82%-
XYZ20.8925.1632.61-
YUV132.11138.09105.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=25.32%
G=36.71%
B=37.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001451500.330.0300.411862049.02
Hex649196213029ba1431
Octal1442212264130512722461
Binary110010010010001100101101000011101010011011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649196; }

 p { color: rgb(100,145,150); }

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

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

 a { background-color: rgb(100,145,150); }

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

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

 span { border-color: rgb(100,145,150); }

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