#6B9AAE

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

Shades of Shakespeare #6B9AAE

Tints of Shakespeare #6B9AAE

Color information

#6B9AAE (or 0x6B9AAE) is unknown color: approx Shakespeare. HEX triplet: 6B, 9A and AE. RGB value is (107,154,174). Sum of RGB (Red+Green+Blue) = 107+154+174=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B9AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9AAE is #946551. Grayscale: #8E8E8E. Windows color (decimal): -9725266 or 11442795. OLE color: 11442795.

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

Color convert

RGB107154174-
CMYK0.390.1100.32
HSL197.91º29.26%55.1%-
HSV(B)197.91º38.51%68.24%-
XYZ25.2629.2944.37-
YUV142.23145.93102.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 174 (68.36% from 255) = 40%
R=24.60%
G=35.40%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071541740.390.1100.32197.9129.2655.1
Hex6B9AAE27B020c61d37
Octal15323225647130403063567
Binary11010111001101010101110100111101101000001100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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