#699EB0

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

Shades of Shakespeare #699EB0

Tints of Shakespeare #699EB0

Color information

#699EB0 (or 0x699EB0) is unknown color: approx Shakespeare. HEX triplet: 69, 9E and B0. RGB value is (105,158,176). Sum of RGB (Red+Green+Blue) = 105+158+176=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #699EB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699EB0 is #96614F. Grayscale: #909090. Windows color (decimal): -9855312 or 11574889. OLE color: 11574889.

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

Color convert

RGB105158176-
CMYK0.400.1000.31
HSL195.21º31%55.1%-
HSV(B)195.21º40.34%69.02%-
XYZ25.8930.5945.61-
YUV144.2145.94100.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=23.92%
G=35.99%
B=40.09%

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
Decimal1051581760.400.1000.31195.213155.1
Hex699EB028A01Fc31f37
Octal15123626050120373033767
Binary1101001100111101011000010100010100111111100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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