#6196AB

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

Shades of Shakespeare #6196AB

Tints of Shakespeare #6196AB

Color information

#6196AB (or 0x6196AB) is unknown color: approx Shakespeare. HEX triplet: 61, 96 and AB. RGB value is (97,150,171). Sum of RGB (Red+Green+Blue) = 97+150+171=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6196AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6196AB is #9E6954. Grayscale: #888888. Windows color (decimal): -10381653 or 11245153. OLE color: 11245153.

HSL color Cylindrical-coordinate representation of color #6196AB: hue angle of 197.03º 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 #6196AB is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97150171-
CMYK0.430.1200.33
HSL197.03º30.58%52.55%-
HSV(B)197.03º43.27%67.06%-
XYZ23.1927.2942.57-
YUV136.55147.4499.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=23.21%
G=35.89%
B=40.91%

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
Decimal971501710.430.1200.33197.0330.5852.55
Hex6196AB2BC021c51f35
Octal14122625353140413053765
Binary11000011001011010101011101011110001000011100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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