#6E97AD

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

Shades of Shakespeare #6E97AD

Tints of Shakespeare #6E97AD

Color information

#6E97AD (or 0x6E97AD) is unknown color: approx Shakespeare. HEX triplet: 6E, 97 and AD. RGB value is (110,151,173). Sum of RGB (Red+Green+Blue) = 110+151+173=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E97AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E97AD is #916852. Grayscale: #8D8D8D. Windows color (decimal): -9529427 or 11376494. OLE color: 11376494.

HSL color Cylindrical-coordinate representation of color #6E97AD: hue angle of 200.95º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E97AD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110151173-
CMYK0.360.1300.32
HSL200.95º27.75%55.49%-
HSV(B)200.95º36.42%67.84%-
XYZ25.0428.4743.71-
YUV141.25145.92105.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=25.35%
G=34.79%
B=39.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101511730.360.1300.32200.9527.7555.49
Hex6E97AD24D020c91c37
Octal15622725544150403113467
Binary11011101001011110101101100100110101000001100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E97AD; }

 p { color: rgb(110,151,173); }

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

<style>
 a { background-color: #6E97AD; }

 a { background-color: rgb(110,151,173); }

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

<style>
 span { border-color: #6E97AD; }

 span { border-color: rgb(110,151,173); }

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