#6494AD

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

Shades of Shakespeare #6494AD

Tints of Shakespeare #6494AD

Color information

#6494AD (or 0x6494AD) is unknown color: approx Shakespeare. HEX triplet: 64, 94 and AD. RGB value is (100,148,173). Sum of RGB (Red+Green+Blue) = 100+148+173=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #6494AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6494AD is #9B6B52. Grayscale: #888888. Windows color (decimal): -10185555 or 11375716. OLE color: 11375716.

HSL color Cylindrical-coordinate representation of color #6494AD: hue angle of 200.55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6494AD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100148173-
CMYK0.420.1400.32
HSL200.55º30.8%53.53%-
HSV(B)200.55º42.2%67.84%-
XYZ23.3926.9143.5-
YUV136.5148.6101.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=23.75%
G=35.15%
B=41.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001481730.420.1400.32200.5530.853.53
Hex6494AD2AE020c91f36
Octal14422425552160403113766
Binary11001001001010010101101101010111001000001100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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