#6197AB

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

Shades of Shakespeare #6197AB

Tints of Shakespeare #6197AB

Color information

#6197AB (or 0x6197AB) is unknown color: approx Shakespeare. HEX triplet: 61, 97 and AB. RGB value is (97,151,171). Sum of RGB (Red+Green+Blue) = 97+151+171=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6197AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6197AB is #9E6854. Grayscale: #888888. Windows color (decimal): -10381397 or 11245409. OLE color: 11245409.

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

Color convert

RGB97151171-
CMYK0.430.1200.33
HSL196.22º30.58%52.55%-
HSV(B)196.22º43.27%67.06%-
XYZ23.3527.6142.63-
YUV137.13147.1199.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=23.15%
G=36.04%
B=40.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971511710.430.1200.33196.2230.5852.55
Hex6197AB2BC021c41f35
Octal14122725353140413043765
Binary11000011001011110101011101011110001000011100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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