#6F9CBA

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

Shades of Shakespeare #6F9CBA

Tints of Shakespeare #6F9CBA

Color information

#6F9CBA (or 0x6F9CBA) is unknown color: approx Shakespeare. HEX triplet: 6F, 9C and BA. RGB value is (111,156,186). Sum of RGB (Red+Green+Blue) = 111+156+186=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F9CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CBA is #906345. Grayscale: #919191. Windows color (decimal): -9462598 or 12229743. OLE color: 12229743.

HSL color Cylindrical-coordinate representation of color #6F9CBA: hue angle of 204º 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 #6F9CBA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111156186-
CMYK0.400.1600.27
HSL204º35.21%58.24%-
HSV(B)204º40.32%72.94%-
XYZ27.3130.750.94-
YUV145.96150.59103.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.50%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=24.50%
G=34.44%
B=41.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111561860.400.1600.2720435.2158.24
Hex6F9CBA281001Bcc233a
Octal15723427250200333144372
Binary110111110011100101110101010001000001101111001100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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