#689AB3

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

Shades of Shakespeare #689AB3

Tints of Shakespeare #689AB3

Color information

#689AB3 (or 0x689AB3) is unknown color: approx Shakespeare. HEX triplet: 68, 9A and B3. RGB value is (104,154,179). Sum of RGB (Red+Green+Blue) = 104+154+179=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #689AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AB3 is #97654C. Grayscale: #8D8D8D. Windows color (decimal): -9921869 or 11770472. OLE color: 11770472.

HSL color Cylindrical-coordinate representation of color #689AB3: hue angle of 200º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #689AB3 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104154179-
CMYK0.420.1400.30
HSL200º33.04%55.49%-
HSV(B)200º41.9%70.2%-
XYZ25.429.3146.97-
YUV141.9148.94100.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=23.80%
G=35.24%
B=40.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041541790.420.1400.3020033.0455.49
Hex689AB32AE01Ec82137
Octal15023226352160363104167
Binary11010001001101010110011101010111001111011001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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