#6D9CBA

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

Shades of Shakespeare #6D9CBA

Tints of Shakespeare #6D9CBA

Color information

#6D9CBA (or 0x6D9CBA) is unknown color: approx Shakespeare. HEX triplet: 6D, 9C and BA. RGB value is (109,156,186). Sum of RGB (Red+Green+Blue) = 109+156+186=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D9CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CBA is #926345. Grayscale: #919191. Windows color (decimal): -9593670 or 12229741. OLE color: 12229741.

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

Color convert

RGB109156186-
CMYK0.410.1600.27
HSL203.38º35.81%57.84%-
HSV(B)203.38º41.4%72.94%-
XYZ27.0630.5750.93-
YUV145.37150.93102.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.17%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=24.17%
G=34.59%
B=41.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091561860.410.1600.27203.3835.8157.84
Hex6D9CBA291001Bcb243a
Octal15523427251200333134472
Binary110110110011100101110101010011000001101111001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,156,186); }

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

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

 a { background-color: rgb(109,156,186); }

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

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

 span { border-color: rgb(109,156,186); }

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