#6D9EBF

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

Shades of Shakespeare #6D9EBF

Tints of Shakespeare #6D9EBF

Color information

#6D9EBF (or 0x6D9EBF) is unknown color: approx Shakespeare. HEX triplet: 6D, 9E and BF. RGB value is (109,158,191). Sum of RGB (Red+Green+Blue) = 109+158+191=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 158 (62.11% from 255 or 34.50% 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 #6D9EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EBF is #926140. Grayscale: #929292. Windows color (decimal): -9593153 or 12557933. OLE color: 12557933.

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

Color convert

RGB109158191-
CMYK0.430.1700.25
HSL204.15º39.05%58.82%-
HSV(B)204.15º42.93%74.9%-
XYZ27.9431.4753.89-
YUV147.11152.77100.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.80%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 191 (75% from 255) = 41.70%
R=23.80%
G=34.50%
B=41.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091581910.430.1700.25204.1539.0558.82
Hex6D9EBF2B11019cc273b
Octal15523627753210313144773
Binary110110110011110101111111010111000101100111001100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,158,191); }

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

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

 a { background-color: rgb(109,158,191); }

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

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

 span { border-color: rgb(109,158,191); }

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