#6993AE

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

Shades of Shakespeare #6993AE

Tints of Shakespeare #6993AE

Color information

#6993AE (or 0x6993AE) is unknown color: approx Shakespeare. HEX triplet: 69, 93 and AE. RGB value is (105,147,174). Sum of RGB (Red+Green+Blue) = 105+147+174=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6993AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6993AE is #966C51. Grayscale: #898989. Windows color (decimal): -9858130 or 11441001. OLE color: 11441001.

HSL color Cylindrical-coordinate representation of color #6993AE: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6993AE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105147174-
CMYK0.400.1600.32
HSL203.48º29.87%54.71%-
HSV(B)203.48º39.66%68.24%-
XYZ23.926.9343.98-
YUV137.52148.59104.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=24.65%
G=34.51%
B=40.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051471740.400.1600.32203.4829.8754.71
Hex6993AE2810020cb1e37
Octal15122325650200403133667
Binary110100110010011101011101010001000001000001100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6993AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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