#6E9DBF

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

Shades of Shakespeare #6E9DBF

Tints of Shakespeare #6E9DBF

Color information

#6E9DBF (or 0x6E9DBF) is unknown color: approx Shakespeare. HEX triplet: 6E, 9D and BF. RGB value is (110,157,191). Sum of RGB (Red+Green+Blue) = 110+157+191=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E9DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DBF is #916240. Grayscale: #929292. Windows color (decimal): -9527873 or 12557678. OLE color: 12557678.

HSL color Cylindrical-coordinate representation of color #6E9DBF: hue angle of 205.19º degrees, saturation: 0.39, 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 #6E9DBF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110157191-
CMYK0.420.1800.25
HSL205.19º38.76%59.02%-
HSV(B)205.19º42.41%74.9%-
XYZ27.8931.1953.84-
YUV146.82152.93101.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 191 (75% from 255) = 41.70%
R=24.02%
G=34.28%
B=41.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101571910.420.1800.25205.1938.7659.02
Hex6E9DBF2A12019cd273b
Octal15623527752220313154773
Binary110111010011101101111111010101001001100111001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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