#689eb5

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

Shades of Shakespeare #689EB5

Tints of Shakespeare #689EB5

Color information

#689EB5 (or 0x689EB5) is unknown color: approx Shakespeare. HEX triplet: 68, 9E and B5. RGB value is (104,158,181). Sum of RGB (Red+Green+Blue) = 104+158+181=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #689EB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EB5 is #97614A. Grayscale: #909090. Windows color (decimal): -9920843 or 11902568. OLE color: 11902568.

HSL color Cylindrical-coordinate representation of color #689EB5: hue angle of 197.92º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #689EB5 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB104158181-
CMYK0.430.1300.29
HSL197.92º34.22%55.88%-
HSV(B)197.92º42.54%70.98%-
XYZ26.2830.7348.26-
YUV144.48148.6199.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 181 (71.09% from 255) = 40.86%
R=23.48%
G=35.67%
B=40.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041581810.430.1300.29197.9234.2255.88
Hex689EB52BD01Dc62238
Octal15023626553150353064270
Binary11010001001111010110101101011110101110111000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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