#6D9BBE

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

Shades of Shakespeare #6D9BBE

Tints of Shakespeare #6D9BBE

Color information

#6D9BBE (or 0x6D9BBE) is unknown color: approx Shakespeare. HEX triplet: 6D, 9B and BE. RGB value is (109,155,190). Sum of RGB (Red+Green+Blue) = 109+155+190=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BBE is #926441. Grayscale: #919191. Windows color (decimal): -9593922 or 12491629. OLE color: 12491629.

HSL color Cylindrical-coordinate representation of color #6D9BBE: hue angle of 205.93º degrees, saturation: 0.38, 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 #6D9BBE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109155190-
CMYK0.430.1800.25
HSL205.93º38.39%58.63%-
HSV(B)205.93º42.63%74.51%-
XYZ27.3230.4153.15-
YUV145.24153.26102.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=24.01%
G=34.14%
B=41.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091551900.430.1800.25205.9338.3958.63
Hex6D9BBE2B12019ce263b
Octal15523327653220313164673
Binary110110110011011101111101010111001001100111001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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