#6997BF

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

Shades of Shakespeare #6997BF

Tints of Shakespeare #6997BF

Color information

#6997BF (or 0x6997BF) is unknown color: approx Shakespeare. HEX triplet: 69, 97 and BF. RGB value is (105,151,191). Sum of RGB (Red+Green+Blue) = 105+151+191=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #6997BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997BF is #966840. Grayscale: #8D8D8D. Windows color (decimal): -9857089 or 12556137. OLE color: 12556137.

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

Color convert

RGB105151191-
CMYK0.450.2100.25
HSL207.91º40.19%58.04%-
HSV(B)207.91º45.03%74.9%-
XYZ26.328.953.48-
YUV141.81155.76101.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 191 (75% from 255) = 42.73%
R=23.49%
G=33.78%
B=42.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051511910.450.2100.25207.9140.1958.04
Hex6997BF2D15019d0283a
Octal15122727755250313205072
Binary110100110010111101111111011011010101100111010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6997BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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