#6197AA

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

Shades of Shakespeare #6197AA

Tints of Shakespeare #6197AA

Color information

#6197AA (or 0x6197AA) is unknown color: approx Shakespeare. HEX triplet: 61, 97 and AA. RGB value is (97,151,170). Sum of RGB (Red+Green+Blue) = 97+151+170=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #6197AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6197AA is #9E6855. Grayscale: #888888. Windows color (decimal): -10381398 or 11179873. OLE color: 11179873.

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

Color convert

RGB97151170-
CMYK0.430.1100.33
HSL195.62º30.04%52.35%-
HSV(B)195.62º42.94%66.67%-
XYZ23.2527.5842.13-
YUV137.02146.6199.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=23.21%
G=36.12%
B=40.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971511700.430.1100.33195.6230.0452.35
Hex6197AA2BB021c41e34
Octal14122725253130413043664
Binary11000011001011110101010101011101101000011100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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