#699BB2

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

Shades of Shakespeare #699BB2

Tints of Shakespeare #699BB2

Color information

#699BB2 (or 0x699BB2) is unknown color: approx Shakespeare. HEX triplet: 69, 9B and B2. RGB value is (105,155,178). Sum of RGB (Red+Green+Blue) = 105+155+178=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #699BB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BB2 is #96644D. Grayscale: #8E8E8E. Windows color (decimal): -9856078 or 11705193. OLE color: 11705193.

HSL color Cylindrical-coordinate representation of color #699BB2: hue angle of 198.9º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #699BB2 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105155178-
CMYK0.410.1300.30
HSL198.9º32.16%55.49%-
HSV(B)198.9º41.01%69.8%-
XYZ25.5829.6646.5-
YUV142.67147.94101.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=23.97%
G=35.39%
B=40.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051551780.410.1300.30198.932.1655.49
Hex699BB229D01Ec72037
Octal15123326251150363074067
Binary11010011001101110110010101001110101111011000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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