#6898BD

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

Shades of Shakespeare #6898BD

Tints of Shakespeare #6898BD

Color information

#6898BD (or 0x6898BD) is unknown color: approx Shakespeare. HEX triplet: 68, 98 and BD. RGB value is (104,152,189). Sum of RGB (Red+Green+Blue) = 104+152+189=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #6898BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898BD is #976742. Grayscale: #8D8D8D. Windows color (decimal): -9922371 or 12425320. OLE color: 12425320.

HSL color Cylindrical-coordinate representation of color #6898BD: hue angle of 206.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6898BD is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104152189-
CMYK0.450.2000.26
HSL206.12º39.17%57.45%-
HSV(B)206.12º44.97%74.12%-
XYZ26.1229.0752.38-
YUV141.87154.6100.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.37%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=23.37%
G=34.16%
B=42.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041521890.450.2000.26206.1239.1757.45
Hex6898BD2D1401Ace2739
Octal15023027555240323164771
Binary110100010011000101111011011011010001101011001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6898BD; }

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

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

<style>
 a { background-color: #6898BD; }

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

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

<style>
 span { border-color: #6898BD; }

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

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