#6994BB

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

Shades of Shakespeare #6994BB

Tints of Shakespeare #6994BB

Color information

#6994BB (or 0x6994BB) is unknown color: approx Shakespeare. HEX triplet: 69, 94 and BB. RGB value is (105,148,187). Sum of RGB (Red+Green+Blue) = 105+148+187=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #6994BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994BB is #966B44. Grayscale: #8B8B8B. Windows color (decimal): -9857861 or 12293225. OLE color: 12293225.

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

Color convert

RGB105148187-
CMYK0.440.2100.27
HSL208.54º37.61%57.25%-
HSV(B)208.54º43.85%73.33%-
XYZ25.3927.7751.04-
YUV139.59154.75103.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=23.86%
G=33.64%
B=42.5%

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
Decimal1051481870.440.2100.27208.5437.6157.25
Hex6994BB2C1501Bd12639
Octal15122427354250333214671
Binary110100110010100101110111011001010101101111010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6994BB; }

 p { color: rgb(105,148,187); }

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

<style>
 a { background-color: #6994BB; }

 a { background-color: rgb(105,148,187); }

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

<style>
 span { border-color: #6994BB; }

 span { border-color: rgb(105,148,187); }

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