#6996BF

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

Shades of Shakespeare #6996BF

Tints of Shakespeare #6996BF

Color information

#6996BF (or 0x6996BF) is unknown color: approx Shakespeare. HEX triplet: 69, 96 and BF. RGB value is (105,150,191). Sum of RGB (Red+Green+Blue) = 105+150+191=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #6996BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996BF is #966940. Grayscale: #8D8D8D. Windows color (decimal): -9857345 or 12555881. OLE color: 12555881.

HSL color Cylindrical-coordinate representation of color #6996BF: hue angle of 208.6º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6996BF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105150191-
CMYK0.450.2100.25
HSL208.6º40.19%58.04%-
HSV(B)208.6º45.03%74.9%-
XYZ26.1428.5853.43-
YUV141.22156.09102.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 191 (75% from 255) = 42.83%
R=23.54%
G=33.63%
B=42.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051501910.450.2100.25208.640.1958.04
Hex6996BF2D15019d1283a
Octal15122627755250313215072
Binary110100110010110101111111011011010101100111010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6996BF; }

 p { color: rgb(105,150,191); }

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

<style>
 a { background-color: #6996BF; }

 a { background-color: rgb(105,150,191); }

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

<style>
 span { border-color: #6996BF; }

 span { border-color: rgb(105,150,191); }

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