#6896C1

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

Shades of Shakespeare #6896C1

Tints of Shakespeare #6896C1

Color information

#6896C1 (or 0x6896C1) is unknown color: approx Shakespeare. HEX triplet: 68, 96 and C1. RGB value is (104,150,193). Sum of RGB (Red+Green+Blue) = 104+150+193=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #6896C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896C1 is #97693E. Grayscale: #8C8C8C. Windows color (decimal): -9922879 or 12686952. OLE color: 12686952.

HSL color Cylindrical-coordinate representation of color #6896C1: hue angle of 208.99º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6896C1 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104150193-
CMYK0.460.2200.24
HSL208.99º41.78%58.24%-
HSV(B)208.99º46.11%75.69%-
XYZ26.2428.6154.59-
YUV141.15157.26101.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=23.27%
G=33.56%
B=43.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041501930.460.2200.24208.9941.7858.24
Hex6896C12E16018d12a3a
Octal15022630156260303215272
Binary110100010010110110000011011101011001100011010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6896C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,150,193); }

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

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

 a { background-color: rgb(104,150,193); }

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

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

 span { border-color: rgb(104,150,193); }

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