#689FAD

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

Shades of Shakespeare #689FAD

Tints of Shakespeare #689FAD

Color information

#689FAD (or 0x689FAD) is unknown color: approx Shakespeare. HEX triplet: 68, 9F and AD. RGB value is (104,159,173). Sum of RGB (Red+Green+Blue) = 104+159+173=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #689FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FAD is #976052. Grayscale: #909090. Windows color (decimal): -9920595 or 11378536. OLE color: 11378536.

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

Color convert

RGB104159173-
CMYK0.400.0800.32
HSL192.17º29.61%54.31%-
HSV(B)192.17º39.88%67.84%-
XYZ25.6530.7644.12-
YUV144.15144.2899.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.85%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=23.85%
G=36.47%
B=39.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041591730.400.0800.32192.1729.6154.31
Hex689FAD288020c01e36
Octal15023725550100403003666
Binary11010001001111110101101101000100001000001100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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