#6495BD

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

Shades of Shakespeare #6495BD

Tints of Shakespeare #6495BD

Color information

#6495BD (or 0x6495BD) is unknown color: approx Shakespeare. HEX triplet: 64, 95 and BD. RGB value is (100,149,189). Sum of RGB (Red+Green+Blue) = 100+149+189=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #6495BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495BD is #9B6A42. Grayscale: #8A8A8A. Windows color (decimal): -10185283 or 12424548. OLE color: 12424548.

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

Color convert

RGB100149189-
CMYK0.470.2100.26
HSL206.97º40.27%56.67%-
HSV(B)206.97º47.09%74.12%-
XYZ25.1927.8852.2-
YUV138.91156.27100.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=22.83%
G=34.02%
B=43.15%

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
Decimal1001491890.470.2100.26206.9740.2756.67
Hex6495BD2F1501Acf2839
Octal14422527557250323175071
Binary110010010010101101111011011111010101101011001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6495BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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