#689EBB

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

Shades of Shakespeare #689EBB

Tints of Shakespeare #689EBB

Color information

#689EBB (or 0x689EBB) is unknown color: approx Shakespeare. HEX triplet: 68, 9E and BB. RGB value is (104,158,187). Sum of RGB (Red+Green+Blue) = 104+158+187=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #689EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EBB is #976144. Grayscale: #909090. Windows color (decimal): -9920837 or 12295784. OLE color: 12295784.

HSL color Cylindrical-coordinate representation of color #689EBB: hue angle of 200.96º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #689EBB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104158187-
CMYK0.440.1600.27
HSL200.96º37.9%57.06%-
HSV(B)200.96º44.39%73.33%-
XYZ26.9130.9851.58-
YUV145.16151.6198.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=23.16%
G=35.19%
B=41.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041581870.440.1600.27200.9637.957.06
Hex689EBB2C1001Bc92639
Octal15023627354200333114671
Binary110100010011110101110111011001000001101111001001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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