#6495AD

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

Shades of Shakespeare #6495AD

Tints of Shakespeare #6495AD

Color information

#6495AD (or 0x6495AD) is unknown color: approx Shakespeare. HEX triplet: 64, 95 and AD. RGB value is (100,149,173). Sum of RGB (Red+Green+Blue) = 100+149+173=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6495AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6495AD is #9B6A52. Grayscale: #888888. Windows color (decimal): -10185299 or 11375972. OLE color: 11375972.

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

Color convert

RGB100149173-
CMYK0.420.1400.32
HSL199.73º30.8%53.53%-
HSV(B)199.73º42.2%67.84%-
XYZ23.5527.2243.55-
YUV137.08148.27101.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=23.70%
G=35.31%
B=41.00%

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
Decimal1001491730.420.1400.32199.7330.853.53
Hex6495AD2AE020c81f36
Octal14422525552160403103766
Binary11001001001010110101101101010111001000001100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6495AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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