#6696BF

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

Shades of Shakespeare #6696BF

Tints of Shakespeare #6696BF

Color information

#6696BF (or 0x6696BF) is unknown color: approx Shakespeare. HEX triplet: 66, 96 and BF. RGB value is (102,150,191). Sum of RGB (Red+Green+Blue) = 102+150+191=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #6696BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696BF is #996940. Grayscale: #8C8C8C. Windows color (decimal): -10053953 or 12555878. OLE color: 12555878.

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

Color convert

RGB102150191-
CMYK0.470.2100.25
HSL207.64º41.01%57.45%-
HSV(B)207.64º46.6%74.9%-
XYZ25.7928.453.41-
YUV140.32156.6100.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 191 (75% from 255) = 43.12%
R=23.02%
G=33.86%
B=43.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021501910.470.2100.25207.6441.0157.45
Hex6696BF2F15019d02939
Octal14622627757250313205171
Binary110011010010110101111111011111010101100111010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6696BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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