#689FBE

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

Shades of Shakespeare #689FBE

Tints of Shakespeare #689FBE

Color information

#689FBE (or 0x689FBE) is unknown color: approx Shakespeare. HEX triplet: 68, 9F and BE. RGB value is (104,159,190). Sum of RGB (Red+Green+Blue) = 104+159+190=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #689FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FBE is #976041. Grayscale: #919191. Windows color (decimal): -9920578 or 12492648. OLE color: 12492648.

HSL color Cylindrical-coordinate representation of color #689FBE: hue angle of 201.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689FBE is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104159190-
CMYK0.450.1600.25
HSL201.63º39.81%57.65%-
HSV(B)201.63º45.26%74.51%-
XYZ27.431.4653.34-
YUV146.09152.7897.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.96%
GREEN value IS 159 (62.5% from 255) = 35.10%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=22.96%
G=35.10%
B=41.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041591900.450.1600.25201.6339.8157.65
Hex689FBE2D10019ca283a
Octal15023727655200313125072
Binary110100010011111101111101011011000001100111001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,159,190); }

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

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

 a { background-color: rgb(104,159,190); }

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

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

 span { border-color: rgb(104,159,190); }

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