#689EAD

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

Shades of Shakespeare #689EAD

Tints of Shakespeare #689EAD

Color information

#689EAD (or 0x689EAD) is unknown color: approx Shakespeare. HEX triplet: 68, 9E and AD. RGB value is (104,158,173). Sum of RGB (Red+Green+Blue) = 104+158+173=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #689EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689EAD is #976152. Grayscale: #8F8F8F. Windows color (decimal): -9920851 or 11378280. OLE color: 11378280.

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

Color convert

RGB104158173-
CMYK0.400.0900.32
HSL193.04º29.61%54.31%-
HSV(B)193.04º39.88%67.84%-
XYZ25.4830.4144.06-
YUV143.56144.6199.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=23.91%
G=36.32%
B=39.77%

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
Decimal1041581730.400.0900.32193.0429.6154.31
Hex689EAD289020c11e36
Octal15023625550110403013666
Binary11010001001111010101101101000100101000001100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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