#689EC5

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

Shades of Shakespeare #689EC5

Tints of Shakespeare #689EC5

Color information

#689EC5 (or 0x689EC5) is unknown color: approx Shakespeare. HEX triplet: 68, 9E and C5. RGB value is (104,158,197). Sum of RGB (Red+Green+Blue) = 104+158+197=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #689EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EC5 is #97613A. Grayscale: #929292. Windows color (decimal): -9920827 or 12951144. OLE color: 12951144.

HSL color Cylindrical-coordinate representation of color #689EC5: hue angle of 205.16º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #689EC5 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104158197-
CMYK0.470.2000.23
HSL205.16º44.5%59.02%-
HSV(B)205.16º47.21%77.25%-
XYZ28.0131.4357.41-
YUV146.3156.6197.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=22.66%
G=34.42%
B=42.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041581970.470.2000.23205.1644.559.02
Hex689EC52F14017cd2c3b
Octal15023630557240273155473
Binary110100010011110110001011011111010001011111001101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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