#6693AE

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

Shades of Shakespeare #6693AE

Tints of Shakespeare #6693AE

Color information

#6693AE (or 0x6693AE) is unknown color: approx Shakespeare. HEX triplet: 66, 93 and AE. RGB value is (102,147,174). Sum of RGB (Red+Green+Blue) = 102+147+174=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6693AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693AE is #996C51. Grayscale: #888888. Windows color (decimal): -10054738 or 11440998. OLE color: 11440998.

HSL color Cylindrical-coordinate representation of color #6693AE: hue angle of 202.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6693AE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102147174-
CMYK0.410.1600.32
HSL202.5º30.77%54.12%-
HSV(B)202.5º41.38%68.24%-
XYZ23.5526.7543.97-
YUV136.62149.09103.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=24.11%
G=34.75%
B=41.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021471740.410.1600.32202.530.7754.12
Hex6693AE2910020ca1f36
Octal14622325651200403123766
Binary110011010010011101011101010011000001000001100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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