Html Css Color HEX #6996BC Shakespeare

📋 copy color: '#6996BC'

red 105 ◦ green 150 ◦ blue 188

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

Shades of Shakespeare #6996BC

Tints of Shakespeare #6996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 23.7%
G = 33.86%
B = 42.44%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6996BC (or 0x6996BC) is known color: Shakespeare. HEX triplet: 69, 96 and BC. RGB value is (105,150,188). Sum of RGB (Red+Green+Blue) = 105+150+188=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #6996BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996BC is #966943. Grayscale: #8C8C8C. Windows color (decimal): -9857348 or 12359273. OLE color: 12359273.

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

Color convert

RGB 105 150 188 -
CMYK 0.44 0.20 0 0.26
HSL 207.47º 0.38% 0.57% -
HSV(B) 207.47º 0.44% 0.74% -
XYZ 25.81 28.45 51.71 -
YUV 140.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 105 150 188 0.44 0.20 0 0.26 207.47 0.38 0.57
Hex 69 96 BC 2C 14 0 1A CF 26 39
Octal 151 226 274 54 24 0 32 317 46 71
Binary 1101001 10010110 10111100 101100 10100 0 11010 11001111 100110 111001

Color Harmonies of #6996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996BC

Black with #6996BC

Text Example


Text Example

White with #6996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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