#689CB4

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

Shades of Shakespeare #689CB4

Tints of Shakespeare #689CB4

Color information

#689CB4 (or 0x689CB4) is unknown color: approx Shakespeare. HEX triplet: 68, 9C and B4. RGB value is (104,156,180). Sum of RGB (Red+Green+Blue) = 104+156+180=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #689CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CB4 is #97634B. Grayscale: #8F8F8F. Windows color (decimal): -9921356 or 11836520. OLE color: 11836520.

HSL color Cylindrical-coordinate representation of color #689CB4: hue angle of 198.95º 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 #689CB4 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB104156180-
CMYK0.420.1300.29
HSL198.95º33.63%55.69%-
HSV(B)198.95º42.22%70.59%-
XYZ25.8430.0247.61-
YUV143.19148.77100.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=23.64%
G=35.45%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041561800.420.1300.29198.9533.6355.69
Hex689CB42AD01Dc72238
Octal15023426452150353074270
Binary11010001001110010110100101010110101110111000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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