#6497AB

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

Shades of Shakespeare #6497AB

Tints of Shakespeare #6497AB

Color information

#6497AB (or 0x6497AB) is unknown color: approx Shakespeare. HEX triplet: 64, 97 and AB. RGB value is (100,151,171). Sum of RGB (Red+Green+Blue) = 100+151+171=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6497AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6497AB is #9B6854. Grayscale: #898989. Windows color (decimal): -10184789 or 11245412. OLE color: 11245412.

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

Color convert

RGB100151171-
CMYK0.420.1200.33
HSL196.9º29.71%53.14%-
HSV(B)196.9º41.52%67.06%-
XYZ23.6727.7842.64-
YUV138.03146.6100.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=23.70%
G=35.78%
B=40.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001511710.420.1200.33196.929.7153.14
Hex6497AB2AC021c51e35
Octal14422725352140413053665
Binary11001001001011110101011101010110001000011100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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