#6D9EBB

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

Shades of Shakespeare #6D9EBB

Tints of Shakespeare #6D9EBB

Color information

#6D9EBB (or 0x6D9EBB) is unknown color: approx Shakespeare. HEX triplet: 6D, 9E and BB. RGB value is (109,158,187). Sum of RGB (Red+Green+Blue) = 109+158+187=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EBB is #926144. Grayscale: #929292. Windows color (decimal): -9593157 or 12295789. OLE color: 12295789.

HSL color Cylindrical-coordinate representation of color #6D9EBB: hue angle of 202.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9EBB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109158187-
CMYK0.420.1600.27
HSL202.31º36.45%58.04%-
HSV(B)202.31º41.71%73.33%-
XYZ27.531.2951.6-
YUV146.66150.77101.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=24.01%
G=34.80%
B=41.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091581870.420.1600.27202.3136.4558.04
Hex6D9EBB2A1001Bca243a
Octal15523627352200333124472
Binary110110110011110101110111010101000001101111001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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