#6A9DAE

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

Shades of Shakespeare #6A9DAE

Tints of Shakespeare #6A9DAE

Color information

#6A9DAE (or 0x6A9DAE) is unknown color: approx Shakespeare. HEX triplet: 6A, 9D and AE. RGB value is (106,157,174). Sum of RGB (Red+Green+Blue) = 106+157+174=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A9DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9DAE is #956251. Grayscale: #8F8F8F. Windows color (decimal): -9790034 or 11443562. OLE color: 11443562.

HSL color Cylindrical-coordinate representation of color #6A9DAE: hue angle of 195º degrees, saturation: 0.3, 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 #6A9DAE is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB106157174-
CMYK0.390.1000.32
HSL195º29.57%54.9%-
HSV(B)195º39.08%68.24%-
XYZ25.6430.2344.53-
YUV143.69145.1101.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=24.26%
G=35.93%
B=39.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061571740.390.1000.3219529.5754.9
Hex6A9DAE27A020c31e37
Octal15223525647120403033667
Binary11010101001110110101110100111101001000001100001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,157,174); }

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

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

 a { background-color: rgb(106,157,174); }

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

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

 span { border-color: rgb(106,157,174); }

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