#6F9FC5

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

Shades of Shakespeare #6F9FC5

Tints of Shakespeare #6F9FC5

Color information

#6F9FC5 (or 0x6F9FC5) is unknown color: approx Shakespeare. HEX triplet: 6F, 9F and C5. RGB value is (111,159,197). Sum of RGB (Red+Green+Blue) = 111+159+197=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #6F9FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FC5 is #90603A. Grayscale: #949494. Windows color (decimal): -9461819 or 12951407. OLE color: 12951407.

HSL color Cylindrical-coordinate representation of color #6F9FC5: hue angle of 206.51º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F9FC5 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB111159197-
CMYK0.440.1900.23
HSL206.51º42.57%60.39%-
HSV(B)206.51º43.65%77.25%-
XYZ29.0332.2157.51-
YUV148.98155.1100.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.77%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 197 (77.34% from 255) = 42.18%
R=23.77%
G=34.05%
B=42.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1111591970.440.1900.23206.5142.5760.39
Hex6F9FC52C13017cf2b3c
Octal15723730554230273175374
Binary110111110011111110001011011001001101011111001111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,159,197); }

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

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

 a { background-color: rgb(111,159,197); }

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

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

 span { border-color: rgb(111,159,197); }

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