#6D9CBF

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

Shades of Shakespeare #6D9CBF

Tints of Shakespeare #6D9CBF

Color information

#6D9CBF (or 0x6D9CBF) is unknown color: approx Shakespeare. HEX triplet: 6D, 9C and BF. RGB value is (109,156,191). Sum of RGB (Red+Green+Blue) = 109+156+191=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D9CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CBF is #926340. Grayscale: #919191. Windows color (decimal): -9593665 or 12557421. OLE color: 12557421.

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

Color convert

RGB109156191-
CMYK0.430.1800.25
HSL205.61º39.05%58.82%-
HSV(B)205.61º42.93%74.9%-
XYZ27.630.7953.78-
YUV145.94153.43101.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.90%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 191 (75% from 255) = 41.89%
R=23.90%
G=34.21%
B=41.89%

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
Decimal1091561910.430.1800.25205.6139.0558.82
Hex6D9CBF2B12019ce273b
Octal15523427753220313164773
Binary110110110011100101111111010111001001100111001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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