#6096AB

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

Shades of Shakespeare #6096AB

Tints of Shakespeare #6096AB

Color information

#6096AB (or 0x6096AB) is unknown color: approx Shakespeare. HEX triplet: 60, 96 and AB. RGB value is (96,150,171). Sum of RGB (Red+Green+Blue) = 96+150+171=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 150 (58.98% from 255 or 35.97% 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 #6096AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6096AB is #9F6954. Grayscale: #888888. Windows color (decimal): -10447189 or 11245152. OLE color: 11245152.

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

Color convert

RGB96150171-
CMYK0.440.1200.33
HSL196.8º30.86%52.35%-
HSV(B)196.8º43.86%67.06%-
XYZ23.0827.2442.57-
YUV136.25147.6199.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=23.02%
G=35.97%
B=41.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961501710.440.1200.33196.830.8652.35
Hex6096AB2CC021c51f34
Octal14022625354140413053764
Binary11000001001011010101011101100110001000011100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6096AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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