#6D9ABF

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

Shades of Shakespeare #6D9ABF

Tints of Shakespeare #6D9ABF

Color information

#6D9ABF (or 0x6D9ABF) is unknown color: approx Shakespeare. HEX triplet: 6D, 9A and BF. RGB value is (109,154,191). Sum of RGB (Red+Green+Blue) = 109+154+191=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D9ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABF is #926540. Grayscale: #909090. Windows color (decimal): -9594177 or 12556909. OLE color: 12556909.

HSL color Cylindrical-coordinate representation of color #6D9ABF: hue angle of 207.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D9ABF is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109154191-
CMYK0.430.1900.25
HSL207.07º39.05%58.82%-
HSV(B)207.07º42.93%74.9%-
XYZ27.2730.1253.67-
YUV144.76154.09102.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 191 (75% from 255) = 42.07%
R=24.01%
G=33.92%
B=42.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091541910.430.1900.25207.0739.0558.82
Hex6D9ABF2B13019cf273b
Octal15523227753230313174773
Binary110110110011010101111111010111001101100111001111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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