#6196AA

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

Shades of Shakespeare #6196AA

Tints of Shakespeare #6196AA

Color information

#6196AA (or 0x6196AA) is unknown color: approx Shakespeare. HEX triplet: 61, 96 and AA. RGB value is (97,150,170). Sum of RGB (Red+Green+Blue) = 97+150+170=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6196AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6196AA is #9E6955. Grayscale: #888888. Windows color (decimal): -10381654 or 11179617. OLE color: 11179617.

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

Color convert

RGB97150170-
CMYK0.430.1200.33
HSL196.44º30.04%52.35%-
HSV(B)196.44º42.94%66.67%-
XYZ23.0927.2642.07-
YUV136.43146.9499.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=23.26%
G=35.97%
B=40.77%

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
Decimal971501700.430.1200.33196.4430.0452.35
Hex6196AA2BC021c41e34
Octal14122625253140413043664
Binary11000011001011010101010101011110001000011100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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