#6D9ABA

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

Shades of Shakespeare #6D9ABA

Tints of Shakespeare #6D9ABA

Color information

#6D9ABA (or 0x6D9ABA) is unknown color: approx Shakespeare. HEX triplet: 6D, 9A and BA. RGB value is (109,154,186). Sum of RGB (Red+Green+Blue) = 109+154+186=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABA is #926545. Grayscale: #909090. Windows color (decimal): -9594182 or 12229229. OLE color: 12229229.

HSL color Cylindrical-coordinate representation of color #6D9ABA: hue angle of 204.94º 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 #6D9ABA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109154186-
CMYK0.410.1700.27
HSL204.94º35.81%57.84%-
HSV(B)204.94º41.4%72.94%-
XYZ26.7329.9150.82-
YUV144.19151.59102.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.28%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=24.28%
G=34.30%
B=41.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091541860.410.1700.27204.9435.8157.84
Hex6D9ABA291101Bcd243a
Octal15523227251210333154472
Binary110110110011010101110101010011000101101111001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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