#6B97AF

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

Shades of Shakespeare #6B97AF

Tints of Shakespeare #6B97AF

Color information

#6B97AF (or 0x6B97AF) is unknown color: approx Shakespeare. HEX triplet: 6B, 97 and AF. RGB value is (107,151,175). Sum of RGB (Red+Green+Blue) = 107+151+175=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B97AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B97AF is #946850. Grayscale: #8C8C8C. Windows color (decimal): -9726033 or 11507563. OLE color: 11507563.

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

Color convert

RGB107151175-
CMYK0.390.1400.31
HSL201.18º29.82%55.29%-
HSV(B)201.18º38.86%68.63%-
XYZ24.8728.3544.72-
YUV140.58147.42104.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.71%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=24.71%
G=34.87%
B=40.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071511750.390.1400.31201.1829.8255.29
Hex6B97AF27E01Fc91e37
Octal15322725747160373113667
Binary1101011100101111010111110011111100111111100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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