#6495BF

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

Shades of Shakespeare #6495BF

Tints of Shakespeare #6495BF

Color information

#6495BF (or 0x6495BF) is unknown color: approx Shakespeare. HEX triplet: 64, 95 and BF. RGB value is (100,149,191). Sum of RGB (Red+Green+Blue) = 100+149+191=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #6495BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495BF is #9B6A40. Grayscale: #8A8A8A. Windows color (decimal): -10185281 or 12555620. OLE color: 12555620.

HSL color Cylindrical-coordinate representation of color #6495BF: hue angle of 207.69º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6495BF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100149191-
CMYK0.480.2200.25
HSL207.69º41.55%57.06%-
HSV(B)207.69º47.64%74.9%-
XYZ25.4127.9753.35-
YUV139.14157.27100.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 191 (75% from 255) = 43.41%
R=22.73%
G=33.86%
B=43.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001491910.480.2200.25207.6941.5557.06
Hex6495BF3016019d02a39
Octal14422527760260313205271
Binary110010010010101101111111100001011001100111010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6495BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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