#6195AB

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

Shades of Shakespeare #6195AB

Tints of Shakespeare #6195AB

Color information

#6195AB (or 0x6195AB) is unknown color: approx Shakespeare. HEX triplet: 61, 95 and AB. RGB value is (97,149,171). Sum of RGB (Red+Green+Blue) = 97+149+171=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #6195AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195AB is #9E6A54. Grayscale: #878787. Windows color (decimal): -10381909 or 11244897. OLE color: 11244897.

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

Color convert

RGB97149171-
CMYK0.430.1300.33
HSL197.84º30.58%52.55%-
HSV(B)197.84º43.27%67.06%-
XYZ23.0326.9842.52-
YUV135.96147.77100.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=23.26%
G=35.73%
B=41.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971491710.430.1300.33197.8430.5852.55
Hex6195AB2BD021c61f35
Octal14122525353150413063765
Binary11000011001010110101011101011110101000011100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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