#6B9AAD

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

Shades of Shakespeare #6B9AAD

Tints of Shakespeare #6B9AAD

Color information

#6B9AAD (or 0x6B9AAD) is unknown color: approx Shakespeare. HEX triplet: 6B, 9A and AD. RGB value is (107,154,173). Sum of RGB (Red+Green+Blue) = 107+154+173=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 154 (60.55% from 255 or 35.48% 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 #6B9AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9AAD is #946552. Grayscale: #8D8D8D. Windows color (decimal): -9725267 or 11377259. OLE color: 11377259.

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

Color convert

RGB107154173-
CMYK0.380.1100.32
HSL197.27º28.7%54.9%-
HSV(B)197.27º38.15%67.84%-
XYZ25.1629.2543.86-
YUV142.11145.43102.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.65%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=24.65%
G=35.48%
B=39.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071541730.380.1100.32197.2728.754.9
Hex6B9AAD26B020c51d37
Octal15323225546130403053567
Binary11010111001101010101101100110101101000001100010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,154,173); }

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

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

 a { background-color: rgb(107,154,173); }

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

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

 span { border-color: rgb(107,154,173); }

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