#6D9BAB

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

Shades of Shakespeare #6D9BAB

Tints of Shakespeare #6D9BAB

Color information

#6D9BAB (or 0x6D9BAB) is unknown color: approx Shakespeare. HEX triplet: 6D, 9B and AB. RGB value is (109,155,171). Sum of RGB (Red+Green+Blue) = 109+155+171=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D9BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9BAB is #926454. Grayscale: #8E8E8E. Windows color (decimal): -9593941 or 11246445. OLE color: 11246445.

HSL color Cylindrical-coordinate representation of color #6D9BAB: hue angle of 195.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D9BAB is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109155171-
CMYK0.360.0900.33
HSL195.48º26.96%54.9%-
HSV(B)195.48º36.26%67.06%-
XYZ25.3829.6342.91-
YUV143.07143.76103.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=25.06%
G=35.63%
B=39.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091551710.360.0900.33195.4826.9654.9
Hex6D9BAB249021c31b37
Octal15523325344110413033367
Binary11011011001101110101011100100100101000011100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,155,171); }

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

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

 a { background-color: rgb(109,155,171); }

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

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

 span { border-color: rgb(109,155,171); }

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