#699ABE

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

Shades of Shakespeare #699ABE

Tints of Shakespeare #699ABE

Color information

#699ABE (or 0x699ABE) is unknown color: approx Shakespeare. HEX triplet: 69, 9A and BE. RGB value is (105,154,190). Sum of RGB (Red+Green+Blue) = 105+154+190=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #699ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ABE is #966541. Grayscale: #8F8F8F. Windows color (decimal): -9856322 or 12491369. OLE color: 12491369.

HSL color Cylindrical-coordinate representation of color #699ABE: hue angle of 205.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699ABE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105154190-
CMYK0.450.1900.25
HSL205.41º39.53%57.84%-
HSV(B)205.41º44.74%74.51%-
XYZ26.6829.8353.07-
YUV143.45154.27100.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=23.39%
G=34.30%
B=42.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051541900.450.1900.25205.4139.5357.84
Hex699ABE2D13019cd283a
Octal15123227655230313155072
Binary110100110011010101111101011011001101100111001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,154,190); }

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

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

 a { background-color: rgb(105,154,190); }

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

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

 span { border-color: rgb(105,154,190); }

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