#6696BD

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

Shades of Shakespeare #6696BD

Tints of Shakespeare #6696BD

Color information

#6696BD (or 0x6696BD) is unknown color: approx Shakespeare. HEX triplet: 66, 96 and BD. RGB value is (102,150,189). Sum of RGB (Red+Green+Blue) = 102+150+189=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #6696BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696BD is #996942. Grayscale: #8B8B8B. Windows color (decimal): -10053955 or 12424806. OLE color: 12424806.

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

Color convert

RGB102150189-
CMYK0.460.2100.26
HSL206.9º39.73%57.06%-
HSV(B)206.9º46.03%74.12%-
XYZ25.5728.3152.26-
YUV140.09155.6100.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=23.13%
G=34.01%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021501890.460.2100.26206.939.7357.06
Hex6696BD2E1501Acf2839
Octal14622627556250323175071
Binary110011010010110101111011011101010101101011001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6696BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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