#6497AD

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

Shades of Shakespeare #6497AD

Tints of Shakespeare #6497AD

Color information

#6497AD (or 0x6497AD) is unknown color: approx Shakespeare. HEX triplet: 64, 97 and AD. RGB value is (100,151,173). Sum of RGB (Red+Green+Blue) = 100+151+173=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6497AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6497AD is #9B6852. Grayscale: #8A8A8A. Windows color (decimal): -10184787 or 11376484. OLE color: 11376484.

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

Color convert

RGB100151173-
CMYK0.420.1300.32
HSL198.08º30.8%53.53%-
HSV(B)198.08º42.2%67.84%-
XYZ23.8627.8643.65-
YUV138.26147.6100.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.58%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=23.58%
G=35.61%
B=40.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001511730.420.1300.32198.0830.853.53
Hex6497AD2AD020c61f36
Octal14422725552150403063766
Binary11001001001011110101101101010110101000001100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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