#699FB0

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

Shades of Shakespeare #699FB0

Tints of Shakespeare #699FB0

Color information

#699FB0 (or 0x699FB0) is unknown color: approx Shakespeare. HEX triplet: 69, 9F and B0. RGB value is (105,159,176). Sum of RGB (Red+Green+Blue) = 105+159+176=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #699FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699FB0 is #96604F. Grayscale: #909090. Windows color (decimal): -9855056 or 11575145. OLE color: 11575145.

HSL color Cylindrical-coordinate representation of color #699FB0: hue angle of 194.37º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699FB0 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105159176-
CMYK0.400.1000.31
HSL194.37º31%55.1%-
HSV(B)194.37º40.34%69.02%-
XYZ26.0630.9345.67-
YUV144.79145.6199.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 176 (69.14% from 255) = 40%
R=23.86%
G=36.14%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051591760.400.1000.31194.373155.1
Hex699FB028A01Fc21f37
Octal15123726050120373023767
Binary1101001100111111011000010100010100111111100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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