#6A9EB4

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

Shades of Shakespeare #6A9EB4

Tints of Shakespeare #6A9EB4

Color information

#6A9EB4 (or 0x6A9EB4) is unknown color: approx Shakespeare. HEX triplet: 6A, 9E and B4. RGB value is (106,158,180). Sum of RGB (Red+Green+Blue) = 106+158+180=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A9EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9EB4 is #95614B. Grayscale: #909090. Windows color (decimal): -9789772 or 11837034. OLE color: 11837034.

HSL color Cylindrical-coordinate representation of color #6A9EB4: hue angle of 197.84º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A9EB4 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB106158180-
CMYK0.410.1200.29
HSL197.84º33.04%56.08%-
HSV(B)197.84º41.11%70.59%-
XYZ26.4130.8147.74-
YUV144.96147.77100.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=23.87%
G=35.59%
B=40.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061581800.410.1200.29197.8433.0456.08
Hex6A9EB429C01Dc62138
Octal15223626451140353064170
Binary11010101001111010110100101001110001110111000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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