#6898AC

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

Shades of Shakespeare #6898AC

Tints of Shakespeare #6898AC

Color information

#6898AC (or 0x6898AC) is unknown color: approx Shakespeare. HEX triplet: 68, 98 and AC. RGB value is (104,152,172). Sum of RGB (Red+Green+Blue) = 104+152+172=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #6898AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6898AC is #976753. Grayscale: #8B8B8B. Windows color (decimal): -9922388 or 11311208. OLE color: 11311208.

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

Color convert

RGB104152172-
CMYK0.400.1200.33
HSL197.65º29.06%54.12%-
HSV(B)197.65º39.53%67.45%-
XYZ24.3828.3843.22-
YUV139.93146.1102.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=24.30%
G=35.51%
B=40.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041521720.400.1200.33197.6529.0654.12
Hex6898AC28C021c61d36
Octal15023025450140413063566
Binary11010001001100010101100101000110001000011100011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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