#689AAD

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

Shades of Shakespeare #689AAD

Tints of Shakespeare #689AAD

Color information

#689AAD (or 0x689AAD) is unknown color: approx Shakespeare. HEX triplet: 68, 9A and AD. RGB value is (104,154,173). Sum of RGB (Red+Green+Blue) = 104+154+173=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #689AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689AAD is #976552. Grayscale: #8D8D8D. Windows color (decimal): -9921875 or 11377256. OLE color: 11377256.

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

Color convert

RGB104154173-
CMYK0.400.1100.32
HSL196.52º29.61%54.31%-
HSV(B)196.52º39.88%67.84%-
XYZ24.8129.0743.84-
YUV141.22145.94101.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=24.13%
G=35.73%
B=40.14%

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
Decimal1041541730.400.1100.32196.5229.6154.31
Hex689AAD28B020c51e36
Octal15023225550130403053666
Binary11010001001101010101101101000101101000001100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,173); }

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

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

 a { background-color: rgb(104,154,173); }

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

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

 span { border-color: rgb(104,154,173); }

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