#6997AF

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

Shades of Shakespeare #6997AF

Tints of Shakespeare #6997AF

Color information

#6997AF (or 0x6997AF) is unknown color: approx Shakespeare. HEX triplet: 69, 97 and AF. RGB value is (105,151,175). Sum of RGB (Red+Green+Blue) = 105+151+175=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #6997AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6997AF is #966850. Grayscale: #8B8B8B. Windows color (decimal): -9857105 or 11507561. OLE color: 11507561.

HSL color Cylindrical-coordinate representation of color #6997AF: hue angle of 200.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6997AF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105151175-
CMYK0.400.1400.31
HSL200.57º30.43%54.9%-
HSV(B)200.57º40%68.63%-
XYZ24.6328.2344.71-
YUV139.98147.76103.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=24.36%
G=35.03%
B=40.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051511750.400.1400.31200.5730.4354.9
Hex6997AF28E01Fc91e37
Octal15122725750160373113667
Binary1101001100101111010111110100011100111111100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6997AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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