#6494AC

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

Shades of Shakespeare #6494AC

Tints of Shakespeare #6494AC

Color information

#6494AC (or 0x6494AC) is unknown color: approx Shakespeare. HEX triplet: 64, 94 and AC. RGB value is (100,148,172). Sum of RGB (Red+Green+Blue) = 100+148+172=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #6494AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6494AC is #9B6B53. Grayscale: #888888. Windows color (decimal): -10185556 or 11310180. OLE color: 11310180.

HSL color Cylindrical-coordinate representation of color #6494AC: hue angle of 200º 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 #6494AC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100148172-
CMYK0.420.1400.33
HSL200º30.25%53.33%-
HSV(B)200º41.86%67.45%-
XYZ23.2926.8742.99-
YUV136.38148.1102.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.81%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=23.81%
G=35.24%
B=40.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001481720.420.1400.3320030.2553.33
Hex6494AC2AE021c81e35
Octal14422425452160413103665
Binary11001001001010010101100101010111001000011100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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