#6997AA

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

Shades of Shakespeare #6997AA

Tints of Shakespeare #6997AA

Color information

#6997AA (or 0x6997AA) is unknown color: approx Shakespeare. HEX triplet: 69, 97 and AA. RGB value is (105,151,170). Sum of RGB (Red+Green+Blue) = 105+151+170=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #6997AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6997AA is #966855. Grayscale: #8B8B8B. Windows color (decimal): -9857110 or 11179881. OLE color: 11179881.

HSL color Cylindrical-coordinate representation of color #6997AA: hue angle of 197.54º degrees, saturation: 0.28, 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 #6997AA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105151170-
CMYK0.380.1100.33
HSL197.54º27.66%53.92%-
HSV(B)197.54º38.24%66.67%-
XYZ24.1528.0442.17-
YUV139.41145.26103.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=24.65%
G=35.45%
B=39.91%

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
Decimal1051511700.380.1100.33197.5427.6653.92
Hex6997AA26B021c61c36
Octal15122725246130413063466
Binary11010011001011110101010100110101101000011100011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6997AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6997AA; }

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

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

<style>
 a { background-color: #6997AA; }

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

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

<style>
 span { border-color: #6997AA; }

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

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