#6F93BA

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

Shades of Shakespeare #6F93BA

Tints of Shakespeare #6F93BA

Color information

#6F93BA (or 0x6F93BA) is unknown color: approx Shakespeare. HEX triplet: 6F, 93 and BA. RGB value is (111,147,186). Sum of RGB (Red+Green+Blue) = 111+147+186=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F93BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93BA is #906C45. Grayscale: #8C8C8C. Windows color (decimal): -9464902 or 12227439. OLE color: 12227439.

HSL color Cylindrical-coordinate representation of color #6F93BA: hue angle of 211.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F93BA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111147186-
CMYK0.400.2100.27
HSL211.2º35.21%58.24%-
HSV(B)211.2º40.32%72.94%-
XYZ25.8527.7950.46-
YUV140.68153.57106.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=25%
G=33.11%
B=41.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111471860.400.2100.27211.235.2158.24
Hex6F93BA281501Bd3233a
Octal15722327250250333234372
Binary110111110010011101110101010001010101101111010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,186); }

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

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

 a { background-color: rgb(111,147,186); }

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

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

 span { border-color: rgb(111,147,186); }

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