#6095B7

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

Shades of Shakespeare #6095B7

Tints of Shakespeare #6095B7

Color information

#6095B7 (or 0x6095B7) is unknown color: approx Shakespeare. HEX triplet: 60, 95 and B7. RGB value is (96,149,183). Sum of RGB (Red+Green+Blue) = 96+149+183=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #6095B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095B7 is #9F6A48. Grayscale: #888888. Windows color (decimal): -10447433 or 12031328. OLE color: 12031328.

HSL color Cylindrical-coordinate representation of color #6095B7: hue angle of 203.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6095B7 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB96149183-
CMYK0.480.1900.28
HSL203.45º37.66%54.71%-
HSV(B)203.45º47.54%71.76%-
XYZ24.1227.448.82-
YUV137.03153.9498.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.43%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 183 (71.88% from 255) = 42.76%
R=22.43%
G=34.81%
B=42.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961491830.480.1900.28203.4537.6654.71
Hex6095B7301301Ccb2637
Octal14022526760230343134667
Binary110000010010101101101111100001001101110011001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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