#6196BF

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

Shades of Shakespeare #6196BF

Tints of Shakespeare #6196BF

Color information

#6196BF (or 0x6196BF) is unknown color: approx Shakespeare. HEX triplet: 61, 96 and BF. RGB value is (97,150,191). Sum of RGB (Red+Green+Blue) = 97+150+191=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #6196BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196BF is #9E6940. Grayscale: #8A8A8A. Windows color (decimal): -10381633 or 12555873. OLE color: 12555873.

HSL color Cylindrical-coordinate representation of color #6196BF: hue angle of 206.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6196BF is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97150191-
CMYK0.490.2100.25
HSL206.17º42.34%56.47%-
HSV(B)206.17º49.21%74.9%-
XYZ25.2428.1253.39-
YUV138.83157.4498.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 191 (75% from 255) = 43.61%
R=22.15%
G=34.25%
B=43.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971501910.490.2100.25206.1742.3456.47
Hex6196BF3115019ce2a38
Octal14122627761250313165270
Binary110000110010110101111111100011010101100111001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6196BF; }

 p { color: rgb(97,150,191); }

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

<style>
 a { background-color: #6196BF; }

 a { background-color: rgb(97,150,191); }

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

<style>
 span { border-color: #6196BF; }

 span { border-color: rgb(97,150,191); }

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