#6197AC

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

Shades of Shakespeare #6197AC

Tints of Shakespeare #6197AC

Color information

#6197AC (or 0x6197AC) is unknown color: approx Shakespeare. HEX triplet: 61, 97 and AC. RGB value is (97,151,172). Sum of RGB (Red+Green+Blue) = 97+151+172=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #6197AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6197AC is #9E6853. Grayscale: #898989. Windows color (decimal): -10381396 or 11310945. OLE color: 11310945.

HSL color Cylindrical-coordinate representation of color #6197AC: hue angle of 196.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6197AC is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97151172-
CMYK0.440.1200.33
HSL196.8º31.12%52.75%-
HSV(B)196.8º43.6%67.45%-
XYZ23.4427.6543.13-
YUV137.25147.6199.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.10%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=23.10%
G=35.95%
B=40.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971511720.440.1200.33196.831.1252.75
Hex6197AC2CC021c51f35
Octal14122725454140413053765
Binary11000011001011110101100101100110001000011100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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