#6E9EAF

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

Shades of Shakespeare #6E9EAF

Tints of Shakespeare #6E9EAF

Color information

#6E9EAF (or 0x6E9EAF) is unknown color: approx Shakespeare. HEX triplet: 6E, 9E and AF. RGB value is (110,158,175). Sum of RGB (Red+Green+Blue) = 110+158+175=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E9EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9EAF is #916150. Grayscale: #919191. Windows color (decimal): -9527633 or 11509358. OLE color: 11509358.

HSL color Cylindrical-coordinate representation of color #6E9EAF: hue angle of 195.69º 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 #6E9EAF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB110158175-
CMYK0.370.1000.31
HSL195.69º28.89%55.88%-
HSV(B)195.69º37.14%68.63%-
XYZ26.430.8645.12-
YUV145.59144.6102.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.83%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=24.83%
G=35.67%
B=39.50%

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
Decimal1101581750.370.1000.31195.6928.8955.88
Hex6E9EAF25A01Fc41d38
Octal15623625745120373043570
Binary1101110100111101010111110010110100111111100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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