#6496BB

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

Shades of Shakespeare #6496BB

Tints of Shakespeare #6496BB

Color information

#6496BB (or 0x6496BB) is unknown color: approx Shakespeare. HEX triplet: 64, 96 and BB. RGB value is (100,150,187). Sum of RGB (Red+Green+Blue) = 100+150+187=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #6496BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496BB is #9B6944. Grayscale: #8B8B8B. Windows color (decimal): -10185029 or 12293732. OLE color: 12293732.

HSL color Cylindrical-coordinate representation of color #6496BB: hue angle of 205.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6496BB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100150187-
CMYK0.470.2000.27
HSL205.52º39.01%56.27%-
HSV(B)205.52º46.52%73.33%-
XYZ25.1328.1151.11-
YUV139.27154.9499.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=22.88%
G=34.32%
B=42.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001501870.470.2000.27205.5239.0156.27
Hex6496BB2F1401Bce2738
Octal14422627357240333164770
Binary110010010010110101110111011111010001101111001110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6496BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6496BB; }

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

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

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

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

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

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

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

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