#689BAE

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

Shades of Shakespeare #689BAE

Tints of Shakespeare #689BAE

Color information

#689BAE (or 0x689BAE) is unknown color: approx Shakespeare. HEX triplet: 68, 9B and AE. RGB value is (104,155,174). Sum of RGB (Red+Green+Blue) = 104+155+174=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #689BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BAE is #976451. Grayscale: #8D8D8D. Windows color (decimal): -9921618 or 11443048. OLE color: 11443048.

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

Color convert

RGB104155174-
CMYK0.400.1100.32
HSL196.29º30.17%54.51%-
HSV(B)196.29º40.23%68.24%-
XYZ25.0729.4444.41-
YUV141.92146.1100.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=24.02%
G=35.80%
B=40.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041551740.400.1100.32196.2930.1754.51
Hex689BAE28B020c41e37
Octal15023325650130403043667
Binary11010001001101110101110101000101101000001100010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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