#6496BC

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

Shades of Shakespeare #6496BC

Tints of Shakespeare #6496BC

Color information

#6496BC (or 0x6496BC) is unknown color: approx Shakespeare. HEX triplet: 64, 96 and BC. RGB value is (100,150,188). Sum of RGB (Red+Green+Blue) = 100+150+188=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #6496BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496BC is #9B6943. Grayscale: #8B8B8B. Windows color (decimal): -10185028 or 12359268. OLE color: 12359268.

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

Color convert

RGB100150188-
CMYK0.470.2000.26
HSL205.91º39.64%56.47%-
HSV(B)205.91º46.81%73.73%-
XYZ25.2428.1551.68-
YUV139.38155.4499.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=22.83%
G=34.25%
B=42.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001501880.470.2000.26205.9139.6456.47
Hex6496BC2F1401Ace2838
Octal14422627457240323165070
Binary110010010010110101111001011111010001101011001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6496BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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