#6095C1

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

Shades of Shakespeare #6095C1

Tints of Shakespeare #6095C1

Color information

#6095C1 (or 0x6095C1) is unknown color: approx Shakespeare. HEX triplet: 60, 95 and C1. RGB value is (96,149,193). Sum of RGB (Red+Green+Blue) = 96+149+193=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #6095C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095C1 is #9F6A3E. Grayscale: #898989. Windows color (decimal): -10447423 or 12686688. OLE color: 12686688.

HSL color Cylindrical-coordinate representation of color #6095C1: hue angle of 207.22º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6095C1 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96149193-
CMYK0.500.2300.24
HSL207.22º43.89%56.67%-
HSV(B)207.22º50.26%75.69%-
XYZ25.227.8354.5-
YUV138.17158.9497.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=21.92%
G=34.02%
B=44.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961491930.500.2300.24207.2243.8956.67
Hex6095C13217018cf2c39
Octal14022530162270303175471
Binary110000010010101110000011100101011101100011001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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