#6F9EB2

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

Shades of Shakespeare #6F9EB2

Tints of Shakespeare #6F9EB2

Color information

#6F9EB2 (or 0x6F9EB2) is unknown color: approx Shakespeare. HEX triplet: 6F, 9E and B2. RGB value is (111,158,178). Sum of RGB (Red+Green+Blue) = 111+158+178=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #6F9EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9EB2 is #90614D. Grayscale: #929292. Windows color (decimal): -9462094 or 11705967. OLE color: 11705967.

HSL color Cylindrical-coordinate representation of color #6F9EB2: hue angle of 197.91º degrees, saturation: 0.3, 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 #6F9EB2 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111158178-
CMYK0.380.1100.30
HSL197.91º30.32%56.67%-
HSV(B)197.91º37.64%69.8%-
XYZ26.8231.0546.7-
YUV146.23145.93102.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.83%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=24.83%
G=35.35%
B=39.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111581780.380.1100.30197.9130.3256.67
Hex6F9EB226B01Ec61e39
Octal15723626246130363063671
Binary1101111100111101011001010011010110111101100011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,158,178); }

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

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

 a { background-color: rgb(111,158,178); }

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

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

 span { border-color: rgb(111,158,178); }

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