#6D9DBE

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

Shades of Shakespeare #6D9DBE

Tints of Shakespeare #6D9DBE

Color information

#6D9DBE (or 0x6D9DBE) is unknown color: approx Shakespeare. HEX triplet: 6D, 9D and BE. RGB value is (109,157,190). Sum of RGB (Red+Green+Blue) = 109+157+190=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DBE is #926241. Grayscale: #929292. Windows color (decimal): -9593410 or 12492141. OLE color: 12492141.

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

Color convert

RGB109157190-
CMYK0.430.1700.25
HSL204.44º38.39%58.63%-
HSV(B)204.44º42.63%74.51%-
XYZ27.6631.0853.26-
YUV146.41152.6101.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.90%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=23.90%
G=34.43%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091571900.430.1700.25204.4438.3958.63
Hex6D9DBE2B11019cc263b
Octal15523527653210313144673
Binary110110110011101101111101010111000101100111001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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