#6494AE

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

Shades of Shakespeare #6494AE

Tints of Shakespeare #6494AE

Color information

#6494AE (or 0x6494AE) is unknown color: approx Shakespeare. HEX triplet: 64, 94 and AE. RGB value is (100,148,174). Sum of RGB (Red+Green+Blue) = 100+148+174=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #6494AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6494AE is #9B6B51. Grayscale: #888888. Windows color (decimal): -10185554 or 11441252. OLE color: 11441252.

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

Color convert

RGB100148174-
CMYK0.430.1500.32
HSL201.08º31.36%53.73%-
HSV(B)201.08º42.53%68.24%-
XYZ23.4926.9544.01-
YUV136.61149.1101.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=23.70%
G=35.07%
B=41.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001481740.430.1500.32201.0831.3653.73
Hex6494AE2BF020c91f36
Octal14422425653170403113766
Binary11001001001010010101110101011111101000001100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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