#6095AE

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

Shades of Shakespeare #6095AE

Tints of Shakespeare #6095AE

Color information

#6095AE (or 0x6095AE) is unknown color: approx Shakespeare. HEX triplet: 60, 95 and AE. RGB value is (96,149,174). Sum of RGB (Red+Green+Blue) = 96+149+174=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #6095AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6095AE is #9F6A51. Grayscale: #878787. Windows color (decimal): -10447442 or 11441504. OLE color: 11441504.

HSL color Cylindrical-coordinate representation of color #6095AE: hue angle of 199.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6095AE is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96149174-
CMYK0.450.1400.32
HSL199.23º32.5%52.94%-
HSV(B)199.23º44.83%68.24%-
XYZ23.2127.0444.04-
YUV136149.4499.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=22.91%
G=35.56%
B=41.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961491740.450.1400.32199.2332.552.94
Hex6095AE2DE020c72035
Octal14022525655160403074065
Binary110000010010101101011101011011110010000011000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6095AE; }

 p { color: rgb(96,149,174); }

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

<style>
 a { background-color: #6095AE; }

 a { background-color: rgb(96,149,174); }

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

<style>
 span { border-color: #6095AE; }

 span { border-color: rgb(96,149,174); }

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