#6098AA

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

Shades of Shakespeare #6098AA

Tints of Shakespeare #6098AA

Color information

#6098AA (or 0x6098AA) is unknown color: approx Shakespeare. HEX triplet: 60, 98 and AA. RGB value is (96,152,170). Sum of RGB (Red+Green+Blue) = 96+152+170=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 152 (59.77% from 255 or 36.36% 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 #6098AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6098AA is #9F6755. Grayscale: #898989. Windows color (decimal): -10446678 or 11180128. OLE color: 11180128.

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

Color convert

RGB96152170-
CMYK0.440.1100.33
HSL194.59º30.33%52.16%-
HSV(B)194.59º43.53%66.67%-
XYZ23.3127.8542.18-
YUV137.31146.4598.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=22.97%
G=36.36%
B=40.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961521700.440.1100.33194.5930.3352.16
Hex6098AA2CB021c31e34
Octal14023025254130413033664
Binary11000001001100010101010101100101101000011100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6098AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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