#6D9BBA

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

Shades of Shakespeare #6D9BBA

Tints of Shakespeare #6D9BBA

Color information

#6D9BBA (or 0x6D9BBA) is unknown color: approx Shakespeare. HEX triplet: 6D, 9B and BA. RGB value is (109,155,186). Sum of RGB (Red+Green+Blue) = 109+155+186=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D9BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BBA is #926445. Grayscale: #909090. Windows color (decimal): -9593926 or 12229485. OLE color: 12229485.

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

Color convert

RGB109155186-
CMYK0.410.1700.27
HSL204.16º35.81%57.84%-
HSV(B)204.16º41.4%72.94%-
XYZ26.8930.2450.87-
YUV144.78151.26102.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.22%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=24.22%
G=34.44%
B=41.33%

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
Decimal1091551860.410.1700.27204.1635.8157.84
Hex6D9BBA291101Bcc243a
Octal15523327251210333144472
Binary110110110011011101110101010011000101101111001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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