#6E9DBE

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

Shades of Shakespeare #6E9DBE

Tints of Shakespeare #6E9DBE

Color information

#6E9DBE (or 0x6E9DBE) is unknown color: approx Shakespeare. HEX triplet: 6E, 9D and BE. RGB value is (110,157,190). Sum of RGB (Red+Green+Blue) = 110+157+190=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DBE is #916241. Grayscale: #929292. Windows color (decimal): -9527874 or 12492142. OLE color: 12492142.

HSL color Cylindrical-coordinate representation of color #6E9DBE: hue angle of 204.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E9DBE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110157190-
CMYK0.420.1700.25
HSL204.75º38.1%58.82%-
HSV(B)204.75º42.11%74.51%-
XYZ27.7831.1553.26-
YUV146.71152.43101.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=24.07%
G=34.35%
B=41.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101571900.420.1700.25204.7538.158.82
Hex6E9DBE2A11019cd263b
Octal15623527652210313154673
Binary110111010011101101111101010101000101100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9DBE; }

 p { color: rgb(110,157,190); }

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

<style>
 a { background-color: #6E9DBE; }

 a { background-color: rgb(110,157,190); }

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

<style>
 span { border-color: #6E9DBE; }

 span { border-color: rgb(110,157,190); }

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