#6899AB

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

Shades of Shakespeare #6899AB

Tints of Shakespeare #6899AB

Color information

#6899AB (or 0x6899AB) is unknown color: approx Shakespeare. HEX triplet: 68, 99 and AB. RGB value is (104,153,171). Sum of RGB (Red+Green+Blue) = 104+153+171=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #6899AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6899AB is #976654. Grayscale: #8C8C8C. Windows color (decimal): -9922133 or 11245928. OLE color: 11245928.

HSL color Cylindrical-coordinate representation of color #6899AB: hue angle of 196.12º degrees, saturation: 0.29, 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 #6899AB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104153171-
CMYK0.390.1100.33
HSL196.12º28.51%53.92%-
HSV(B)196.12º39.18%67.06%-
XYZ24.4528.6742.77-
YUV140.4145.27102.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=24.30%
G=35.75%
B=39.95%

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
Decimal1041531710.390.1100.33196.1228.5153.92
Hex6899AB27B021c41d36
Octal15023125347130413043566
Binary11010001001100110101011100111101101000011100010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6899AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6899AB; }

 p { color: rgb(104,153,171); }

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

<style>
 a { background-color: #6899AB; }

 a { background-color: rgb(104,153,171); }

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

<style>
 span { border-color: #6899AB; }

 span { border-color: rgb(104,153,171); }

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