#699BAE

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

Shades of Shakespeare #699BAE

Tints of Shakespeare #699BAE

Color information

#699BAE (or 0x699BAE) is unknown color: approx Shakespeare. HEX triplet: 69, 9B and AE. RGB value is (105,155,174). Sum of RGB (Red+Green+Blue) = 105+155+174=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #699BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BAE is #966451. Grayscale: #8E8E8E. Windows color (decimal): -9856082 or 11443049. OLE color: 11443049.

HSL color Cylindrical-coordinate representation of color #699BAE: hue angle of 196.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699BAE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105155174-
CMYK0.400.1100.32
HSL196.52º29.87%54.71%-
HSV(B)196.52º39.66%68.24%-
XYZ25.1929.544.41-
YUV142.22145.94101.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=24.19%
G=35.71%
B=40.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051551740.400.1100.32196.5229.8754.71
Hex699BAE28B020c51e37
Octal15123325650130403053667
Binary11010011001101110101110101000101101000001100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699BAE; }

 p { color: rgb(105,155,174); }

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

<style>
 a { background-color: #699BAE; }

 a { background-color: rgb(105,155,174); }

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

<style>
 span { border-color: #699BAE; }

 span { border-color: rgb(105,155,174); }

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