#6E98BD

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

Shades of Shakespeare #6E98BD

Tints of Shakespeare #6E98BD

Color information

#6E98BD (or 0x6E98BD) is unknown color: approx Shakespeare. HEX triplet: 6E, 98 and BD. RGB value is (110,152,189). Sum of RGB (Red+Green+Blue) = 110+152+189=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E98BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E98BD is #916742. Grayscale: #8F8F8F. Windows color (decimal): -9529155 or 12425326. OLE color: 12425326.

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

Color convert

RGB110152189-
CMYK0.420.2000.26
HSL208.1º37.44%58.63%-
HSV(B)208.1º41.8%74.12%-
XYZ26.8429.4552.41-
YUV143.66153.59103.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.39%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=24.39%
G=33.70%
B=41.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101521890.420.2000.26208.137.4458.63
Hex6E98BD2A1401Ad0253b
Octal15623027552240323204573
Binary110111010011000101111011010101010001101011010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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