#6D96BC

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

Shades of Shakespeare #6D96BC

Tints of Shakespeare #6D96BC

Color information

#6D96BC (or 0x6D96BC) is unknown color: approx Shakespeare. HEX triplet: 6D, 96 and BC. RGB value is (109,150,188). Sum of RGB (Red+Green+Blue) = 109+150+188=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D96BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D96BC is #926943. Grayscale: #8D8D8D. Windows color (decimal): -9595204 or 12359277. OLE color: 12359277.

HSL color Cylindrical-coordinate representation of color #6D96BC: hue angle of 208.86º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D96BC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109150188-
CMYK0.420.2000.26
HSL208.86º37.09%58.24%-
HSV(B)208.86º42.02%73.73%-
XYZ26.2928.6951.73-
YUV142.07153.92104.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.38%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=24.38%
G=33.56%
B=42.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091501880.420.2000.26208.8637.0958.24
Hex6D96BC2A1401Ad1253a
Octal15522627452240323214572
Binary110110110010110101111001010101010001101011010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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