#6D98BE

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

Shades of Shakespeare #6D98BE

Tints of Shakespeare #6D98BE

Color information

#6D98BE (or 0x6D98BE) is unknown color: approx Shakespeare. HEX triplet: 6D, 98 and BE. RGB value is (109,152,190). Sum of RGB (Red+Green+Blue) = 109+152+190=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98BE is #926741. Grayscale: #8F8F8F. Windows color (decimal): -9594690 or 12490861. OLE color: 12490861.

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

Color convert

RGB109152190-
CMYK0.430.200.25
HSL208.15º38.39%58.63%-
HSV(B)208.15º42.63%74.51%-
XYZ26.8329.4352.98-
YUV143.48154.25103.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.17%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=24.17%
G=33.70%
B=42.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091521900.430.200.25208.1538.3958.63
Hex6D98BE2B14019d0263b
Octal15523027653240313204673
Binary110110110011000101111101010111010001100111010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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