#6093BE

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

Shades of Shakespeare #6093BE

Tints of Shakespeare #6093BE

Color information

#6093BE (or 0x6093BE) is unknown color: approx Shakespeare. HEX triplet: 60, 93 and BE. RGB value is (96,147,190). Sum of RGB (Red+Green+Blue) = 96+147+190=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #6093BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093BE is #9F6C41. Grayscale: #888888. Windows color (decimal): -10447938 or 12489568. OLE color: 12489568.

HSL color Cylindrical-coordinate representation of color #6093BE: hue angle of 207.45º 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 #6093BE is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96147190-
CMYK0.490.2300.25
HSL207.45º41.96%56.08%-
HSV(B)207.45º49.47%74.51%-
XYZ24.5527.0752.65-
YUV136.65158.199-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=22.17%
G=33.95%
B=43.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961471900.490.2300.25207.4541.9656.08
Hex6093BE3117019cf2a38
Octal14022327661270313175270
Binary110000010010011101111101100011011101100111001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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