#6196C1

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

Shades of Shakespeare #6196C1

Tints of Shakespeare #6196C1

Color information

#6196C1 (or 0x6196C1) is unknown color: approx Shakespeare. HEX triplet: 61, 96 and C1. RGB value is (97,150,193). Sum of RGB (Red+Green+Blue) = 97+150+193=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #6196C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196C1 is #9E693E. Grayscale: #8A8A8A. Windows color (decimal): -10381631 or 12686945. OLE color: 12686945.

HSL color Cylindrical-coordinate representation of color #6196C1: hue angle of 206.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6196C1 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97150193-
CMYK0.500.2200.24
HSL206.88º43.64%56.86%-
HSV(B)206.88º49.74%75.69%-
XYZ25.4628.254.55-
YUV139.06158.4498-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=22.05%
G=34.09%
B=43.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971501930.500.2200.24206.8843.6456.86
Hex6196C13216018cf2c39
Octal14122630162260303175471
Binary110000110010110110000011100101011001100011001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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