#699DB0

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

Shades of Shakespeare #699DB0

Tints of Shakespeare #699DB0

Color information

#699DB0 (or 0x699DB0) is unknown color: approx Shakespeare. HEX triplet: 69, 9D and B0. RGB value is (105,157,176). Sum of RGB (Red+Green+Blue) = 105+157+176=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #699DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699DB0 is #96624F. Grayscale: #8F8F8F. Windows color (decimal): -9855568 or 11574633. OLE color: 11574633.

HSL color Cylindrical-coordinate representation of color #699DB0: hue angle of 196.06º 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 #699DB0 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105157176-
CMYK0.400.1100.31
HSL196.06º31%55.1%-
HSV(B)196.06º40.34%69.02%-
XYZ25.7230.2545.56-
YUV143.62146.27100.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 176 (69.14% from 255) = 40.18%
R=23.97%
G=35.84%
B=40.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051571760.400.1100.31196.063155.1
Hex699DB028B01Fc41f37
Octal15123526050130373043767
Binary1101001100111011011000010100010110111111100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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