#6F96B3

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

Shades of Shakespeare #6F96B3

Tints of Shakespeare #6F96B3

Color information

#6F96B3 (or 0x6F96B3) is unknown color: approx Shakespeare. HEX triplet: 6F, 96 and B3. RGB value is (111,150,179). Sum of RGB (Red+Green+Blue) = 111+150+179=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F96B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96B3 is #90694C. Grayscale: #8D8D8D. Windows color (decimal): -9464141 or 11769455. OLE color: 11769455.

HSL color Cylindrical-coordinate representation of color #6F96B3: hue angle of 205.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F96B3 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111150179-
CMYK0.380.1600.30
HSL205.59º30.91%56.86%-
HSV(B)205.59º37.99%70.2%-
XYZ25.628.4546.79-
YUV141.65149.08106.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.23%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=25.23%
G=34.09%
B=40.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111501790.380.1600.30205.5930.9156.86
Hex6F96B3261001Ece1f39
Octal15722626346200363163771
Binary11011111001011010110011100110100000111101100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,179); }

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

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

 a { background-color: rgb(111,150,179); }

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

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

 span { border-color: rgb(111,150,179); }

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