Html Css Color HEX #6996BB Shakespeare

📋 copy color: '#6996BB'

red 105 ◦ green 150 ◦ blue 187

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

Shades of Shakespeare #6996BB

Tints of Shakespeare #6996BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 23.76%
G = 33.94%
B = 42.31%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6996BB (or 0x6996BB) is known color: Shakespeare. HEX triplet: 69, 96 and BB. RGB value is (105,150,187). Sum of RGB (Red+Green+Blue) = 105+150+187=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #6996BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996BB is #966944. Grayscale: #8C8C8C. Windows color (decimal): -9857349 or 12293737. OLE color: 12293737.

HSL color Cylindrical-coordinate representation of color #6996BB: hue angle of 207.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6996BB is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 150 187 -
CMYK 0.44 0.20 0 0.27
HSL 207.07º 0.38% 0.57% -
HSV(B) 207.07º 0.44% 0.73% -
XYZ 25.7 28.4 51.14 -
YUV 140.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 105 150 187 0.44 0.20 0 0.27 207.07 0.38 0.57
Hex 69 96 BB 2C 14 0 1B CF 26 39
Octal 151 226 273 54 24 0 33 317 46 71
Binary 1101001 10010110 10111011 101100 10100 0 11011 11001111 100110 111001

Color Harmonies of #6996BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996BB

Black with #6996BB

Text Example


Text Example

White with #6996BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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