#6099BE

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

Shades of Shakespeare #6099BE

Tints of Shakespeare #6099BE

Color information

#6099BE (or 0x6099BE) is unknown color: approx Shakespeare. HEX triplet: 60, 99 and BE. RGB value is (96,153,190). Sum of RGB (Red+Green+Blue) = 96+153+190=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #6099BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099BE is #9F6641. Grayscale: #8B8B8B. Windows color (decimal): -10446402 or 12491104. OLE color: 12491104.

HSL color Cylindrical-coordinate representation of color #6099BE: hue angle of 203.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6099BE is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96153190-
CMYK0.490.1900.25
HSL203.62º41.96%56.08%-
HSV(B)203.62º49.47%74.51%-
XYZ25.5128.9952.97-
YUV140.17156.1296.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.87%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=21.87%
G=34.85%
B=43.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961531900.490.1900.25203.6241.9656.08
Hex6099BE3113019cc2a38
Octal14023127661230313145270
Binary110000010011001101111101100011001101100111001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6099BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6099BE; }

 p { color: rgb(96,153,190); }

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

<style>
 a { background-color: #6099BE; }

 a { background-color: rgb(96,153,190); }

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

<style>
 span { border-color: #6099BE; }

 span { border-color: rgb(96,153,190); }

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