#6D99AB

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

Shades of Shakespeare #6D99AB

Tints of Shakespeare #6D99AB

Color information

#6D99AB (or 0x6D99AB) is unknown color: approx Shakespeare. HEX triplet: 6D, 99 and AB. RGB value is (109,153,171). Sum of RGB (Red+Green+Blue) = 109+153+171=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D99AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D99AB is #926654. Grayscale: #8D8D8D. Windows color (decimal): -9594453 or 11245933. OLE color: 11245933.

HSL color Cylindrical-coordinate representation of color #6D99AB: hue angle of 197.42º 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 #6D99AB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109153171-
CMYK0.360.1100.33
HSL197.42º26.96%54.9%-
HSV(B)197.42º36.26%67.06%-
XYZ25.0528.9742.8-
YUV141.9144.42104.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.17%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=25.17%
G=35.33%
B=39.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091531710.360.1100.33197.4226.9654.9
Hex6D99AB24B021c51b37
Octal15523125344130413053367
Binary11011011001100110101011100100101101000011100010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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