#6693BC

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

Shades of Shakespeare #6693BC

Tints of Shakespeare #6693BC

Color information

#6693BC (or 0x6693BC) is unknown color: approx Shakespeare. HEX triplet: 66, 93 and BC. RGB value is (102,147,188). Sum of RGB (Red+Green+Blue) = 102+147+188=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6693BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693BC is #996C43. Grayscale: #8A8A8A. Windows color (decimal): -10054724 or 12358502. OLE color: 12358502.

HSL color Cylindrical-coordinate representation of color #6693BC: hue angle of 208.6º degrees, saturation: 0.39, 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 #6693BC is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102147188-
CMYK0.460.2200.26
HSL208.6º39.09%56.86%-
HSV(B)208.6º45.74%73.73%-
XYZ24.9927.3251.53-
YUV138.22156.09102.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=23.34%
G=33.64%
B=43.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021471880.460.2200.26208.639.0956.86
Hex6693BC2E1601Ad12739
Octal14622327456260323214771
Binary110011010010011101111001011101011001101011010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6693BC; }

 p { color: rgb(102,147,188); }

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

<style>
 a { background-color: #6693BC; }

 a { background-color: rgb(102,147,188); }

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

<style>
 span { border-color: #6693BC; }

 span { border-color: rgb(102,147,188); }

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