#6995BF

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

Shades of Shakespeare #6995BF

Tints of Shakespeare #6995BF

Color information

#6995BF (or 0x6995BF) is unknown color: approx Shakespeare. HEX triplet: 69, 95 and BF. RGB value is (105,149,191). Sum of RGB (Red+Green+Blue) = 105+149+191=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #6995BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995BF is #966A40. Grayscale: #8C8C8C. Windows color (decimal): -9857601 or 12555625. OLE color: 12555625.

HSL color Cylindrical-coordinate representation of color #6995BF: hue angle of 209.3º 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 #6995BF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105149191-
CMYK0.450.2200.25
HSL209.3º40.19%58.04%-
HSV(B)209.3º45.03%74.9%-
XYZ25.9828.2653.38-
YUV140.63156.42102.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 191 (75% from 255) = 42.92%
R=23.60%
G=33.48%
B=42.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051491910.450.2200.25209.340.1958.04
Hex6995BF2D16019d1283a
Octal15122527755260313215072
Binary110100110010101101111111011011011001100111010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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