Html Css Color HEX #6996BF Shakespeare

📋 copy color: '#6996BF'

red 105 ◦ green 150 ◦ blue 191

#6996BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6996BF

Tints of Shakespeare #6996BF

RGB

 RED value IS 105 (41.41% from 255) = 23.54%

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 191 (75% from 255) = 42.83%

R = 23.54%
G = 33.63%
B = 42.83%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6996BF (or 0x6996BF) is known color: Shakespeare. HEX triplet: 69, 96 and BF. RGB value is (105,150,191). Sum of RGB (Red+Green+Blue) = 105+150+191=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #6996BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996BF is #966940. Grayscale: #8D8D8D. Windows color (decimal): -9857345 or 12555881. OLE color: 12555881.

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

Color convert

RGB 105 150 191 -
CMYK 0.45 0.21 0 0.25
HSL 208.6º 0.4% 0.58% -
HSV(B) 208.6º 0.45% 0.75% -
XYZ 26.14 28.58 53.43 -
YUV 141.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 105 150 191 0.45 0.21 0 0.25 208.6 0.4 0.58
Hex 69 96 BF 2D 15 0 19 D1 28 3A
Octal 151 226 277 55 25 0 31 321 50 72
Binary 1101001 10010110 10111111 101101 10101 0 11001 11010001 101000 111010

Color Harmonies of #6996BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996BF

Black with #6996BF

Text Example


Text Example

White with #6996BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6996BF;
 }
 .AnyTagClassName
 {
   color: #6996BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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