#6B97BF

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

Shades of Shakespeare #6B97BF

Tints of Shakespeare #6B97BF

Color information

#6B97BF (or 0x6B97BF) is unknown color: approx Shakespeare. HEX triplet: 6B, 97 and BF. RGB value is (107,151,191). Sum of RGB (Red+Green+Blue) = 107+151+191=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B97BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B97BF is #946840. Grayscale: #8E8E8E. Windows color (decimal): -9726017 or 12556139. OLE color: 12556139.

HSL color Cylindrical-coordinate representation of color #6B97BF: hue angle of 208.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B97BF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107151191-
CMYK0.440.2100.25
HSL208.57º39.62%58.43%-
HSV(B)208.57º43.98%74.9%-
XYZ26.5329.0253.49-
YUV142.4155.42102.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.83%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 191 (75% from 255) = 42.54%
R=23.83%
G=33.63%
B=42.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071511910.440.2100.25208.5739.6258.43
Hex6B97BF2C15019d1283a
Octal15322727754250313215072
Binary110101110010111101111111011001010101100111010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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