#6095BF

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

Shades of Shakespeare #6095BF

Tints of Shakespeare #6095BF

Color information

#6095BF (or 0x6095BF) is unknown color: approx Shakespeare. HEX triplet: 60, 95 and BF. RGB value is (96,149,191). Sum of RGB (Red+Green+Blue) = 96+149+191=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #6095BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095BF is #9F6A40. Grayscale: #898989. Windows color (decimal): -10447425 or 12555616. OLE color: 12555616.

HSL color Cylindrical-coordinate representation of color #6095BF: hue angle of 206.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6095BF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96149191-
CMYK0.500.2200.25
HSL206.53º42.6%56.27%-
HSV(B)206.53º49.74%74.9%-
XYZ24.9827.7453.33-
YUV137.94157.9498.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 191 (75% from 255) = 43.81%
R=22.02%
G=34.17%
B=43.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961491910.500.2200.25206.5342.656.27
Hex6095BF3216019cf2b38
Octal14022527762260313175370
Binary110000010010101101111111100101011001100111001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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