#689BB7

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

Shades of Shakespeare #689BB7

Tints of Shakespeare #689BB7

Color information

#689BB7 (or 0x689BB7) is unknown color: approx Shakespeare. HEX triplet: 68, 9B and B7. RGB value is (104,155,183). Sum of RGB (Red+Green+Blue) = 104+155+183=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #689BB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BB7 is #976448. Grayscale: #8E8E8E. Windows color (decimal): -9921609 or 12032872. OLE color: 12032872.

HSL color Cylindrical-coordinate representation of color #689BB7: hue angle of 201.27º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #689BB7 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB104155183-
CMYK0.430.1500.28
HSL201.27º35.43%56.27%-
HSV(B)201.27º43.17%71.76%-
XYZ25.9829.849.18-
YUV142.94150.6100.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=23.53%
G=35.07%
B=41.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041551830.430.1500.28201.2735.4356.27
Hex689BB72BF01Cc92338
Octal15023326753170343114370
Binary11010001001101110110111101011111101110011001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,155,183); }

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

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

 a { background-color: rgb(104,155,183); }

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

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

 span { border-color: rgb(104,155,183); }

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