#6497BD

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

Shades of Shakespeare #6497BD

Tints of Shakespeare #6497BD

Color information

#6497BD (or 0x6497BD) is unknown color: approx Shakespeare. HEX triplet: 64, 97 and BD. RGB value is (100,151,189). Sum of RGB (Red+Green+Blue) = 100+151+189=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #6497BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497BD is #9B6842. Grayscale: #8B8B8B. Windows color (decimal): -10184771 or 12425060. OLE color: 12425060.

HSL color Cylindrical-coordinate representation of color #6497BD: hue angle of 205.62º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6497BD is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100151189-
CMYK0.470.2000.26
HSL205.62º40.27%56.67%-
HSV(B)205.62º47.09%74.12%-
XYZ25.5128.5252.3-
YUV140.08155.699.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=22.73%
G=34.32%
B=42.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001511890.470.2000.26205.6240.2756.67
Hex6497BD2F1401Ace2839
Octal14422727557240323165071
Binary110010010010111101111011011111010001101011001110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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