#6896AD

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

Shades of Shakespeare #6896AD

Tints of Shakespeare #6896AD

Color information

#6896AD (or 0x6896AD) is unknown color: approx Shakespeare. HEX triplet: 68, 96 and AD. RGB value is (104,150,173). Sum of RGB (Red+Green+Blue) = 104+150+173=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #6896AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6896AD is #976952. Grayscale: #8A8A8A. Windows color (decimal): -9922899 or 11376232. OLE color: 11376232.

HSL color Cylindrical-coordinate representation of color #6896AD: hue angle of 200º 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 #6896AD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104150173-
CMYK0.400.1300.32
HSL200º29.61%54.31%-
HSV(B)200º39.88%67.84%-
XYZ24.1627.7743.62-
YUV138.87147.26103.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=24.36%
G=35.13%
B=40.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041501730.400.1300.3220029.6154.31
Hex6896AD28D020c81e36
Octal15022625550150403103666
Binary11010001001011010101101101000110101000001100100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6896AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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