#6D93B3

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

Shades of Shakespeare #6D93B3

Tints of Shakespeare #6D93B3

Color information

#6D93B3 (or 0x6D93B3) is unknown color: approx Shakespeare. HEX triplet: 6D, 93 and B3. RGB value is (109,147,179). Sum of RGB (Red+Green+Blue) = 109+147+179=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D93B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93B3 is #926C4C. Grayscale: #8B8B8B. Windows color (decimal): -9595981 or 11768685. OLE color: 11768685.

HSL color Cylindrical-coordinate representation of color #6D93B3: hue angle of 207.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D93B3 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB109147179-
CMYK0.390.1800.30
HSL207.43º31.53%56.47%-
HSV(B)207.43º39.11%70.2%-
XYZ24.8827.3746.62-
YUV139.29150.41106.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=25.06%
G=33.79%
B=41.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1091471790.390.1800.30207.4331.5356.47
Hex6D93B3271201Ecf2038
Octal15522326347220363174070
Binary110110110010011101100111001111001001111011001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,147,179); }

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

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

 a { background-color: rgb(109,147,179); }

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

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

 span { border-color: rgb(109,147,179); }

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