#689CC5

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

Shades of Shakespeare #689CC5

Tints of Shakespeare #689CC5

Color information

#689CC5 (or 0x689CC5) is unknown color: approx Shakespeare. HEX triplet: 68, 9C and C5. RGB value is (104,156,197). Sum of RGB (Red+Green+Blue) = 104+156+197=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #689CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CC5 is #97633A. Grayscale: #909090. Windows color (decimal): -9921339 or 12950632. OLE color: 12950632.

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

Color convert

RGB104156197-
CMYK0.470.2100.23
HSL206.45º44.5%59.02%-
HSV(B)206.45º47.21%77.25%-
XYZ27.6830.7557.3-
YUV145.13157.2798.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.76%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=22.76%
G=34.14%
B=43.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041561970.470.2100.23206.4544.559.02
Hex689CC52F15017ce2c3b
Octal15023430557250273165473
Binary110100010011100110001011011111010101011111001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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