#6098AE

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

Shades of Shakespeare #6098AE

Tints of Shakespeare #6098AE

Color information

#6098AE (or 0x6098AE) is unknown color: approx Shakespeare. HEX triplet: 60, 98 and AE. RGB value is (96,152,174). Sum of RGB (Red+Green+Blue) = 96+152+174=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #6098AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6098AE is #9F6751. Grayscale: #898989. Windows color (decimal): -10446674 or 11442272. OLE color: 11442272.

HSL color Cylindrical-coordinate representation of color #6098AE: hue angle of 196.92º 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 #6098AE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96152174-
CMYK0.450.1300.32
HSL196.92º32.5%52.94%-
HSV(B)196.92º44.83%68.24%-
XYZ23.692844.2-
YUV137.76148.4598.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=22.75%
G=36.02%
B=41.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961521740.450.1300.32196.9232.552.94
Hex6098AE2DD020c52035
Octal14023025655150403054065
Binary110000010011000101011101011011101010000011000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6098AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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