#689FAE

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

Shades of Shakespeare #689FAE

Tints of Shakespeare #689FAE

Color information

#689FAE (or 0x689FAE) is unknown color: approx Shakespeare. HEX triplet: 68, 9F and AE. RGB value is (104,159,174). Sum of RGB (Red+Green+Blue) = 104+159+174=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #689FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FAE is #976051. Grayscale: #909090. Windows color (decimal): -9920594 or 11444072. OLE color: 11444072.

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

Color convert

RGB104159174-
CMYK0.400.0900.32
HSL192.86º30.17%54.51%-
HSV(B)192.86º40.23%68.24%-
XYZ25.7530.844.63-
YUV144.27144.7899.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=23.80%
G=36.38%
B=39.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041591740.400.0900.32192.8630.1754.51
Hex689FAE289020c11e37
Octal15023725650110403013667
Binary11010001001111110101110101000100101000001100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689FAE; }

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

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

<style>
 a { background-color: #689FAE; }

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

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

<style>
 span { border-color: #689FAE; }

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

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