#6494BB

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

Shades of Shakespeare #6494BB

Tints of Shakespeare #6494BB

Color information

#6494BB (or 0x6494BB) is unknown color: approx Shakespeare. HEX triplet: 64, 94 and BB. RGB value is (100,148,187). Sum of RGB (Red+Green+Blue) = 100+148+187=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #6494BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494BB is #9B6B44. Grayscale: #898989. Windows color (decimal): -10185541 or 12293220. OLE color: 12293220.

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

Color convert

RGB100148187-
CMYK0.470.2100.27
HSL206.9º39.01%56.27%-
HSV(B)206.9º46.52%73.33%-
XYZ24.8227.4851.01-
YUV138.09155.6100.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=22.99%
G=34.02%
B=42.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001481870.470.2100.27206.939.0156.27
Hex6494BB2F1501Bcf2738
Octal14422427357250333174770
Binary110010010010100101110111011111010101101111001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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