Html Css Color HEX #6993BB Shakespeare

📋 copy color: '#6993BB'

red 105 ◦ green 147 ◦ blue 187

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

Shades of Shakespeare #6993BB

Tints of Shakespeare #6993BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

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

R = 23.92%
G = 33.49%
B = 42.6%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6993BB (or 0x6993BB) is known color: Shakespeare. HEX triplet: 69, 93 and BB. RGB value is (105,147,187). Sum of RGB (Red+Green+Blue) = 105+147+187=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #6993BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993BB is #966C44. Grayscale: #8A8A8A. Windows color (decimal): -9858117 or 12292969. OLE color: 12292969.

HSL color Cylindrical-coordinate representation of color #6993BB: hue angle of 209.27º 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 #6993BB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 147 187 -
CMYK 0.44 0.21 0 0.27
HSL 209.27º 0.38% 0.57% -
HSV(B) 209.27º 0.44% 0.73% -
XYZ 25.23 27.46 50.98 -
YUV 139 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 105 147 187 0.44 0.21 0 0.27 209.27 0.38 0.57
Hex 69 93 BB 2C 15 0 1B D1 26 39
Octal 151 223 273 54 25 0 33 321 46 71
Binary 1101001 10010011 10111011 101100 10101 0 11011 11010001 100110 111001

Color Harmonies of #6993BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993BB

Black with #6993BB

Text Example


Text Example

White with #6993BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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