#699FB9

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

Shades of Shakespeare #699FB9

Tints of Shakespeare #699FB9

Color information

#699FB9 (or 0x699FB9) is unknown color: approx Shakespeare. HEX triplet: 69, 9F and B9. RGB value is (105,159,185). Sum of RGB (Red+Green+Blue) = 105+159+185=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #699FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FB9 is #966046. Grayscale: #919191. Windows color (decimal): -9855047 or 12164969. OLE color: 12164969.

HSL color Cylindrical-coordinate representation of color #699FB9: hue angle of 199.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #699FB9 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105159185-
CMYK0.430.1400.27
HSL199.5º36.36%56.86%-
HSV(B)199.5º43.24%72.55%-
XYZ26.9831.350.52-
YUV145.82150.1198.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=23.39%
G=35.41%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051591850.430.1400.27199.536.3656.86
Hex699FB92BE01Bc82439
Octal15123727153160333104471
Binary11010011001111110111001101011111001101111001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,159,185); }

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

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

 a { background-color: rgb(105,159,185); }

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

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

 span { border-color: rgb(105,159,185); }

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