#689AB1

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

Shades of Shakespeare #689AB1

Tints of Shakespeare #689AB1

Color information

#689AB1 (or 0x689AB1) is unknown color: approx Shakespeare. HEX triplet: 68, 9A and B1. RGB value is (104,154,177). Sum of RGB (Red+Green+Blue) = 104+154+177=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #689AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689AB1 is #97654E. Grayscale: #8D8D8D. Windows color (decimal): -9921871 or 11639400. OLE color: 11639400.

HSL color Cylindrical-coordinate representation of color #689AB1: hue angle of 198.9º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #689AB1 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104154177-
CMYK0.410.1300.31
HSL198.9º31.88%55.1%-
HSV(B)198.9º41.24%69.41%-
XYZ25.229.2345.91-
YUV141.67147.94101.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=23.91%
G=35.40%
B=40.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041541770.410.1300.31198.931.8855.1
Hex689AB129D01Fc72037
Octal15023226151150373074067
Binary11010001001101010110001101001110101111111000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,177); }

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

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

 a { background-color: rgb(104,154,177); }

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

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

 span { border-color: rgb(104,154,177); }

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