#6B94BE

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

Shades of Shakespeare #6B94BE

Tints of Shakespeare #6B94BE

Color information

#6B94BE (or 0x6B94BE) is unknown color: approx Shakespeare. HEX triplet: 6B, 94 and BE. RGB value is (107,148,190). Sum of RGB (Red+Green+Blue) = 107+148+190=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B94BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B94BE is #946B41. Grayscale: #8C8C8C. Windows color (decimal): -9726786 or 12489835. OLE color: 12489835.

HSL color Cylindrical-coordinate representation of color #6B94BE: hue angle of 210.36º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B94BE is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107148190-
CMYK0.440.2200.25
HSL210.36º38.97%58.24%-
HSV(B)210.36º43.68%74.51%-
XYZ25.9528.0252.76-
YUV140.53155.92104.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.04%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=24.04%
G=33.26%
B=42.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071481900.440.2200.25210.3638.9758.24
Hex6B94BE2C16019d2273a
Octal15322427654260313224772
Binary110101110010100101111101011001011001100111010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,148,190); }

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

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

 a { background-color: rgb(107,148,190); }

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

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

 span { border-color: rgb(107,148,190); }

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