#6E9DAF

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

Shades of Shakespeare #6E9DAF

Tints of Shakespeare #6E9DAF

Color information

#6E9DAF (or 0x6E9DAF) is unknown color: approx Shakespeare. HEX triplet: 6E, 9D and AF. RGB value is (110,157,175). Sum of RGB (Red+Green+Blue) = 110+157+175=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E9DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9DAF is #916250. Grayscale: #909090. Windows color (decimal): -9527889 or 11509102. OLE color: 11509102.

HSL color Cylindrical-coordinate representation of color #6E9DAF: hue angle of 196.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E9DAF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB110157175-
CMYK0.370.1000.31
HSL196.62º28.89%55.88%-
HSV(B)196.62º37.14%68.63%-
XYZ26.2330.5245.07-
YUV145144.93103.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.89%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=24.89%
G=35.52%
B=39.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101571750.370.1000.31196.6228.8955.88
Hex6E9DAF25A01Fc51d38
Octal15623525745120373053570
Binary1101110100111011010111110010110100111111100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,157,175); }

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

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

 a { background-color: rgb(110,157,175); }

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

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

 span { border-color: rgb(110,157,175); }

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