#6F96BD

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

Shades of Shakespeare #6F96BD

Tints of Shakespeare #6F96BD

Color information

#6F96BD (or 0x6F96BD) is unknown color: approx Shakespeare. HEX triplet: 6F, 96 and BD. RGB value is (111,150,189). Sum of RGB (Red+Green+Blue) = 111+150+189=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F96BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96BD is #906942. Grayscale: #8E8E8E. Windows color (decimal): -9464131 or 12424815. OLE color: 12424815.

HSL color Cylindrical-coordinate representation of color #6F96BD: hue angle of 210º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F96BD is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111150189-
CMYK0.410.2100.26
HSL210º37.14%58.82%-
HSV(B)210º41.27%74.12%-
XYZ26.6528.8752.31-
YUV142.78154.08105.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.67%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 42%
R=24.67%
G=33.33%
B=42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111501890.410.2100.2621037.1458.82
Hex6F96BD291501Ad2253b
Octal15722627551250323224573
Binary110111110010110101111011010011010101101011010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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