#6F98BE

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

Shades of Shakespeare #6F98BE

Tints of Shakespeare #6F98BE

Color information

#6F98BE (or 0x6F98BE) is unknown color: approx Shakespeare. HEX triplet: 6F, 98 and BE. RGB value is (111,152,190). Sum of RGB (Red+Green+Blue) = 111+152+190=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98BE is #906741. Grayscale: #8F8F8F. Windows color (decimal): -9463618 or 12490863. OLE color: 12490863.

HSL color Cylindrical-coordinate representation of color #6F98BE: hue angle of 208.86º 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 #6F98BE is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111152190-
CMYK0.420.200.25
HSL208.86º37.8%59.02%-
HSV(B)208.86º41.58%74.51%-
XYZ27.0829.5552.99-
YUV144.07153.92104.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.50%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=24.50%
G=33.55%
B=41.94%

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
Decimal1111521900.420.200.25208.8637.859.02
Hex6F98BE2A14019d1263b
Octal15723027652240313214673
Binary110111110011000101111101010101010001100111010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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