#6893AE

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

Shades of Shakespeare #6893AE

Tints of Shakespeare #6893AE

Color information

#6893AE (or 0x6893AE) is unknown color: approx Shakespeare. HEX triplet: 68, 93 and AE. RGB value is (104,147,174). Sum of RGB (Red+Green+Blue) = 104+147+174=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6893AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6893AE is #976C51. Grayscale: #898989. Windows color (decimal): -9923666 or 11441000. OLE color: 11441000.

HSL color Cylindrical-coordinate representation of color #6893AE: hue angle of 203.14º 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 #6893AE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104147174-
CMYK0.400.1600.32
HSL203.14º30.17%54.51%-
HSV(B)203.14º40.23%68.24%-
XYZ23.7826.8743.98-
YUV137.22148.75104.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=24.47%
G=34.59%
B=40.94%

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
Decimal1041471740.400.1600.32203.1430.1754.51
Hex6893AE2810020cb1e37
Octal15022325650200403133667
Binary110100010010011101011101010001000001000001100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6893AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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