#6495AB

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

Shades of Shakespeare #6495AB

Tints of Shakespeare #6495AB

Color information

#6495AB (or 0x6495AB) is unknown color: approx Shakespeare. HEX triplet: 64, 95 and AB. RGB value is (100,149,171). Sum of RGB (Red+Green+Blue) = 100+149+171=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #6495AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6495AB is #9B6A54. Grayscale: #888888. Windows color (decimal): -10185301 or 11244900. OLE color: 11244900.

HSL color Cylindrical-coordinate representation of color #6495AB: hue angle of 198.59º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6495AB is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100149171-
CMYK0.420.1300.33
HSL198.59º29.71%53.14%-
HSV(B)198.59º41.52%67.06%-
XYZ23.3527.1442.54-
YUV136.86147.27101.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.81%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=23.81%
G=35.48%
B=40.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001491710.420.1300.33198.5929.7153.14
Hex6495AB2AD021c71e35
Octal14422525352150413073665
Binary11001001001010110101011101010110101000011100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6495AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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