#6E98BE

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

Shades of Shakespeare #6E98BE

Tints of Shakespeare #6E98BE

Color information

#6E98BE (or 0x6E98BE) is unknown color: approx Shakespeare. HEX triplet: 6E, 98 and BE. RGB value is (110,152,190). Sum of RGB (Red+Green+Blue) = 110+152+190=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E98BE is #916741. Grayscale: #8F8F8F. Windows color (decimal): -9529154 or 12490862. OLE color: 12490862.

HSL color Cylindrical-coordinate representation of color #6E98BE: hue angle of 208.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E98BE is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110152190-
CMYK0.420.200.25
HSL208.5º38.1%58.82%-
HSV(B)208.5º42.11%74.51%-
XYZ26.9529.4952.99-
YUV143.77154.09103.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.34%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=24.34%
G=33.63%
B=42.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101521900.420.200.25208.538.158.82
Hex6E98BE2A14019d0263b
Octal15623027652240313204673
Binary110111010011000101111101010101010001100111010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,152,190); }

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

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

 a { background-color: rgb(110,152,190); }

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

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

 span { border-color: rgb(110,152,190); }

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