#6D96BE

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

Shades of Shakespeare #6D96BE

Tints of Shakespeare #6D96BE

Color information

#6D96BE (or 0x6D96BE) is unknown color: approx Shakespeare. HEX triplet: 6D, 96 and BE. RGB value is (109,150,190). Sum of RGB (Red+Green+Blue) = 109+150+190=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D96BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D96BE is #926941. Grayscale: #8E8E8E. Windows color (decimal): -9595202 or 12490349. OLE color: 12490349.

HSL color Cylindrical-coordinate representation of color #6D96BE: hue angle of 209.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D96BE is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109150190-
CMYK0.430.2100.25
HSL209.63º38.39%58.63%-
HSV(B)209.63º42.63%74.51%-
XYZ26.5128.7852.87-
YUV142.3154.92104.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.28%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=24.28%
G=33.41%
B=42.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091501900.430.2100.25209.6338.3958.63
Hex6D96BE2B15019d2263b
Octal15522627653250313224673
Binary110110110010110101111101010111010101100111010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D96BE; }

 p { color: rgb(109,150,190); }

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

<style>
 a { background-color: #6D96BE; }

 a { background-color: rgb(109,150,190); }

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

<style>
 span { border-color: #6D96BE; }

 span { border-color: rgb(109,150,190); }

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