#6F91B4

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

Shades of Shakespeare #6F91B4

Tints of Shakespeare #6F91B4

Color information

#6F91B4 (or 0x6F91B4) is unknown color: approx Shakespeare. HEX triplet: 6F, 91 and B4. RGB value is (111,145,180). Sum of RGB (Red+Green+Blue) = 111+145+180=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F91B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F91B4 is #906E4B. Grayscale: #8A8A8A. Windows color (decimal): -9465420 or 11833711. OLE color: 11833711.

HSL color Cylindrical-coordinate representation of color #6F91B4: hue angle of 210.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F91B4 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111145180-
CMYK0.380.1900.29
HSL210.43º31.51%57.06%-
HSV(B)210.43º38.33%70.59%-
XYZ24.9226.9347.06-
YUV138.82151.24108.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.46%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=25.46%
G=33.26%
B=41.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111451800.380.1900.29210.4331.5157.06
Hex6F91B4261301Dd22039
Octal15722126446230353224071
Binary110111110010001101101001001101001101110111010010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F91B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,180); }

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

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

 a { background-color: rgb(111,145,180); }

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

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

 span { border-color: rgb(111,145,180); }

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