#6197C1

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

Shades of Shakespeare #6197C1

Tints of Shakespeare #6197C1

Color information

#6197C1 (or 0x6197C1) is unknown color: approx Shakespeare. HEX triplet: 61, 97 and C1. RGB value is (97,151,193). Sum of RGB (Red+Green+Blue) = 97+151+193=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #6197C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197C1 is #9E683E. Grayscale: #8B8B8B. Windows color (decimal): -10381375 or 12687201. OLE color: 12687201.

HSL color Cylindrical-coordinate representation of color #6197C1: hue angle of 206.25º 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 #6197C1 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97151193-
CMYK0.500.2200.24
HSL206.25º43.64%56.86%-
HSV(B)206.25º49.74%75.69%-
XYZ25.6228.5254.61-
YUV139.64158.1197.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=22.00%
G=34.24%
B=43.76%

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
Decimal971511930.500.2200.24206.2543.6456.86
Hex6197C13216018ce2c39
Octal14122730162260303165471
Binary110000110010111110000011100101011001100011001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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