#6697BB

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

Shades of Shakespeare #6697BB

Tints of Shakespeare #6697BB

Color information

#6697BB (or 0x6697BB) is unknown color: approx Shakespeare. HEX triplet: 66, 97 and BB. RGB value is (102,151,187). Sum of RGB (Red+Green+Blue) = 102+151+187=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #6697BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697BB is #996844. Grayscale: #8C8C8C. Windows color (decimal): -10053701 or 12293990. OLE color: 12293990.

HSL color Cylindrical-coordinate representation of color #6697BB: hue angle of 205.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6697BB is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102151187-
CMYK0.450.1900.27
HSL205.41º38.46%56.67%-
HSV(B)205.41º45.45%73.33%-
XYZ25.5228.5551.18-
YUV140.45154.27100.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=23.18%
G=34.32%
B=42.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021511870.450.1900.27205.4138.4656.67
Hex6697BB2D1301Bcd2639
Octal14622727355230333154671
Binary110011010010111101110111011011001101101111001101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6697BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6697BB; }

 p { color: rgb(102,151,187); }

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

<style>
 a { background-color: #6697BB; }

 a { background-color: rgb(102,151,187); }

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

<style>
 span { border-color: #6697BB; }

 span { border-color: rgb(102,151,187); }

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