#6893BA

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

Shades of Shakespeare #6893BA

Tints of Shakespeare #6893BA

Color information

#6893BA (or 0x6893BA) is unknown color: approx Shakespeare. HEX triplet: 68, 93 and BA. RGB value is (104,147,186). Sum of RGB (Red+Green+Blue) = 104+147+186=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #6893BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893BA is #976C45. Grayscale: #8A8A8A. Windows color (decimal): -9923654 or 12227432. OLE color: 12227432.

HSL color Cylindrical-coordinate representation of color #6893BA: hue angle of 208.54º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6893BA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104147186-
CMYK0.440.2100.27
HSL208.54º37.27%56.86%-
HSV(B)208.54º44.09%72.94%-
XYZ25.0127.3650.42-
YUV138.59154.75103.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=23.80%
G=33.64%
B=42.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041471860.440.2100.27208.5437.2756.86
Hex6893BA2C1501Bd12539
Octal15022327254250333214571
Binary110100010010011101110101011001010101101111010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6893BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6893BA; }

 p { color: rgb(104,147,186); }

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

<style>
 a { background-color: #6893BA; }

 a { background-color: rgb(104,147,186); }

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

<style>
 span { border-color: #6893BA; }

 span { border-color: rgb(104,147,186); }

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