#6a97aa

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

Shades of Shakespeare #6A97AA

Tints of Shakespeare #6A97AA

Color information

#6A97AA (or 0x6A97AA) is unknown color: approx Shakespeare. HEX triplet: 6A, 97 and AA. RGB value is (106,151,170). Sum of RGB (Red+Green+Blue) = 106+151+170=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A97AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A97AA is #956855. Grayscale: #8B8B8B. Windows color (decimal): -9791574 or 11179882. OLE color: 11179882.

HSL color Cylindrical-coordinate representation of color #6A97AA: hue angle of 197.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A97AA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106151170-
CMYK0.380.1100.33
HSL197.81º27.35%54.12%-
HSV(B)197.81º37.65%66.67%-
XYZ24.2728.142.18-
YUV139.71145.09103.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=24.82%
G=35.36%
B=39.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061511700.380.1100.33197.8127.3554.12
Hex6A97AA26B021c61b36
Octal15222725246130413063366
Binary11010101001011110101010100110101101000011100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a97aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,151,170); }

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

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

 a { background-color: rgb(106,151,170); }

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

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

 span { border-color: rgb(106,151,170); }

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