#689EB4

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

Shades of Shakespeare #689EB4

Tints of Shakespeare #689EB4

Color information

#689EB4 (or 0x689EB4) is unknown color: approx Shakespeare. HEX triplet: 68, 9E and B4. RGB value is (104,158,180). Sum of RGB (Red+Green+Blue) = 104+158+180=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #689EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EB4 is #97614B. Grayscale: #909090. Windows color (decimal): -9920844 or 11837032. OLE color: 11837032.

HSL color Cylindrical-coordinate representation of color #689EB4: hue angle of 197.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #689EB4 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB104158180-
CMYK0.420.1200.29
HSL197.37º33.63%55.69%-
HSV(B)197.37º42.22%70.59%-
XYZ26.1730.6947.72-
YUV144.36148.1199.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=23.53%
G=35.75%
B=40.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041581800.420.1200.29197.3733.6355.69
Hex689EB42AC01Dc52238
Octal15023626452140353054270
Binary11010001001111010110100101010110001110111000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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