#6898AA

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

Shades of Shakespeare #6898AA

Tints of Shakespeare #6898AA

Color information

#6898AA (or 0x6898AA) is unknown color: approx Shakespeare. HEX triplet: 68, 98 and AA. RGB value is (104,152,170). Sum of RGB (Red+Green+Blue) = 104+152+170=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #6898AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6898AA is #976755. Grayscale: #8B8B8B. Windows color (decimal): -9922390 or 11180136. OLE color: 11180136.

HSL color Cylindrical-coordinate representation of color #6898AA: hue angle of 196.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6898AA is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104152170-
CMYK0.390.1100.33
HSL196.36º27.97%53.73%-
HSV(B)196.36º38.82%66.67%-
XYZ24.1928.342.22-
YUV139.7145.1102.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=24.41%
G=35.68%
B=39.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041521700.390.1100.33196.3627.9753.73
Hex6898AA27B021c41c36
Octal15023025247130413043466
Binary11010001001100010101010100111101101000011100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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