#6E94BC

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

Shades of Shakespeare #6E94BC

Tints of Shakespeare #6E94BC

Color information

#6E94BC (or 0x6E94BC) is unknown color: approx Shakespeare. HEX triplet: 6E, 94 and BC. RGB value is (110,148,188). Sum of RGB (Red+Green+Blue) = 110+148+188=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E94BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E94BC is #916B43. Grayscale: #8D8D8D. Windows color (decimal): -9530180 or 12358766. OLE color: 12358766.

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

Color convert

RGB110148188-
CMYK0.410.2100.26
HSL210.77º36.79%58.43%-
HSV(B)210.77º41.49%73.73%-
XYZ26.128.1351.63-
YUV141.2154.41105.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.66%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=24.66%
G=33.18%
B=42.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101481880.410.2100.26210.7736.7958.43
Hex6E94BC291501Ad3253a
Octal15622427451250323234572
Binary110111010010100101111001010011010101101011010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,148,188); }

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

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

 a { background-color: rgb(110,148,188); }

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

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

 span { border-color: rgb(110,148,188); }

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