#689DC5

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

Shades of Shakespeare #689DC5

Tints of Shakespeare #689DC5

Color information

#689DC5 (or 0x689DC5) is unknown color: approx Shakespeare. HEX triplet: 68, 9D and C5. RGB value is (104,157,197). Sum of RGB (Red+Green+Blue) = 104+157+197=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #689DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DC5 is #97623A. Grayscale: #919191. Windows color (decimal): -9921083 or 12950888. OLE color: 12950888.

HSL color Cylindrical-coordinate representation of color #689DC5: hue angle of 205.81º 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 #689DC5 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104157197-
CMYK0.470.2000.23
HSL205.81º44.5%59.02%-
HSV(B)205.81º47.21%77.25%-
XYZ27.8431.0957.36-
YUV145.71156.9498.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 197 (77.34% from 255) = 43.01%
R=22.71%
G=34.28%
B=43.01%

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
Decimal1041571970.470.2000.23205.8144.559.02
Hex689DC52F14017ce2c3b
Octal15023530557240273165473
Binary110100010011101110001011011111010001011111001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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