#689EBD

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

Shades of Shakespeare #689EBD

Tints of Shakespeare #689EBD

Color information

#689EBD (or 0x689EBD) is unknown color: approx Shakespeare. HEX triplet: 68, 9E and BD. RGB value is (104,158,189). Sum of RGB (Red+Green+Blue) = 104+158+189=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #689EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EBD is #976142. Grayscale: #919191. Windows color (decimal): -9920835 or 12426856. OLE color: 12426856.

HSL color Cylindrical-coordinate representation of color #689EBD: hue angle of 201.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689EBD is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104158189-
CMYK0.450.1600.26
HSL201.88º39.17%57.45%-
HSV(B)201.88º44.97%74.12%-
XYZ27.1231.0752.71-
YUV145.39152.6198.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.06%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=23.06%
G=35.03%
B=41.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041581890.450.1600.26201.8839.1757.45
Hex689EBD2D1001Aca2739
Octal15023627555200323124771
Binary110100010011110101111011011011000001101011001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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