#6A9EAD

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

Shades of Shakespeare #6A9EAD

Tints of Shakespeare #6A9EAD

Color information

#6A9EAD (or 0x6A9EAD) is unknown color: approx Shakespeare. HEX triplet: 6A, 9E and AD. RGB value is (106,158,173). Sum of RGB (Red+Green+Blue) = 106+158+173=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A9EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9EAD is #956152. Grayscale: #909090. Windows color (decimal): -9789779 or 11378282. OLE color: 11378282.

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

Color convert

RGB106158173-
CMYK0.390.0900.32
HSL193.43º29%54.71%-
HSV(B)193.43º38.73%67.84%-
XYZ25.7130.5444.07-
YUV144.16144.27100.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=24.26%
G=36.16%
B=39.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061581730.390.0900.32193.432954.71
Hex6A9EAD279020c11d37
Octal15223625547110403013567
Binary11010101001111010101101100111100101000001100000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,158,173); }

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

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

 a { background-color: rgb(106,158,173); }

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

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

 span { border-color: rgb(106,158,173); }

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