#6993BA

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

Shades of Shakespeare #6993BA

Tints of Shakespeare #6993BA

Color information

#6993BA (or 0x6993BA) is unknown color: approx Shakespeare. HEX triplet: 69, 93 and BA. RGB value is (105,147,186). Sum of RGB (Red+Green+Blue) = 105+147+186=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #6993BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993BA is #966C45. Grayscale: #8A8A8A. Windows color (decimal): -9858118 or 12227433. OLE color: 12227433.

HSL color Cylindrical-coordinate representation of color #6993BA: hue angle of 208.89º 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 #6993BA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105147186-
CMYK0.440.2100.27
HSL208.89º36.99%57.06%-
HSV(B)208.89º43.55%72.94%-
XYZ25.1227.4250.42-
YUV138.89154.59103.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=23.97%
G=33.56%
B=42.47%

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
Decimal1051471860.440.2100.27208.8936.9957.06
Hex6993BA2C1501Bd12539
Octal15122327254250333214571
Binary110100110010011101110101011001010101101111010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6993BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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