#6495BC

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

Shades of Shakespeare #6495BC

Tints of Shakespeare #6495BC

Color information

#6495BC (or 0x6495BC) is unknown color: approx Shakespeare. HEX triplet: 64, 95 and BC. RGB value is (100,149,188). Sum of RGB (Red+Green+Blue) = 100+149+188=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6495BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495BC is #9B6A43. Grayscale: #8A8A8A. Windows color (decimal): -10185284 or 12359012. OLE color: 12359012.

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

Color convert

RGB100149188-
CMYK0.470.2100.26
HSL206.59º39.64%56.47%-
HSV(B)206.59º46.81%73.73%-
XYZ25.0827.8451.63-
YUV138.8155.77100.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=22.88%
G=34.10%
B=43.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001491880.470.2100.26206.5939.6456.47
Hex6495BC2F1501Acf2838
Octal14422527457250323175070
Binary110010010010101101111001011111010101101011001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6495BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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