#6898AD

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

Shades of Shakespeare #6898AD

Tints of Shakespeare #6898AD

Color information

#6898AD (or 0x6898AD) is unknown color: approx Shakespeare. HEX triplet: 68, 98 and AD. RGB value is (104,152,173). Sum of RGB (Red+Green+Blue) = 104+152+173=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #6898AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6898AD is #976752. Grayscale: #8B8B8B. Windows color (decimal): -9922387 or 11376744. OLE color: 11376744.

HSL color Cylindrical-coordinate representation of color #6898AD: hue angle of 198.26º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6898AD is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104152173-
CMYK0.400.1200.32
HSL198.26º29.61%54.31%-
HSV(B)198.26º39.88%67.84%-
XYZ24.4828.4243.73-
YUV140.04146.6102.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=24.24%
G=35.43%
B=40.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041521730.400.1200.32198.2629.6154.31
Hex6898AD28C020c61e36
Octal15023025550140403063666
Binary11010001001100010101101101000110001000001100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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