#699ABB

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

Shades of Shakespeare #699ABB

Tints of Shakespeare #699ABB

Color information

#699ABB (or 0x699ABB) is unknown color: approx Shakespeare. HEX triplet: 69, 9A and BB. RGB value is (105,154,187). Sum of RGB (Red+Green+Blue) = 105+154+187=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #699ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ABB is #966544. Grayscale: #8E8E8E. Windows color (decimal): -9856325 or 12294761. OLE color: 12294761.

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

Color convert

RGB105154187-
CMYK0.440.1800.27
HSL204.15º37.61%57.25%-
HSV(B)204.15º43.85%73.33%-
XYZ26.3529.751.36-
YUV143.11152.77100.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=23.54%
G=34.53%
B=41.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051541870.440.1800.27204.1537.6157.25
Hex699ABB2C1201Bcc2639
Octal15123227354220333144671
Binary110100110011010101110111011001001001101111001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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