Html Css Color HEX #6994BE Shakespeare

📋 copy color: '#6994BE'

red 105 ◦ green 148 ◦ blue 190

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

Shades of Shakespeare #6994BE

Tints of Shakespeare #6994BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 23.7%
G = 33.41%
B = 42.89%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6994BE (or 0x6994BE) is known color: Shakespeare. HEX triplet: 69, 94 and BE. RGB value is (105,148,190). Sum of RGB (Red+Green+Blue) = 105+148+190=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6994BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994BE is #966B41. Grayscale: #8B8B8B. Windows color (decimal): -9857858 or 12489833. OLE color: 12489833.

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

Color convert

RGB 105 148 190 -
CMYK 0.45 0.22 0 0.25
HSL 209.65º 0.4% 0.58% -
HSV(B) 209.65º 0.45% 0.75% -
XYZ 25.71 27.9 52.75 -
YUV 139.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 105 148 190 0.45 0.22 0 0.25 209.65 0.4 0.58
Hex 69 94 BE 2D 16 0 19 D2 28 3A
Octal 151 224 276 55 26 0 31 322 50 72
Binary 1101001 10010100 10111110 101101 10110 0 11001 11010010 101000 111010

Color Harmonies of #6994BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6994BE

Black with #6994BE

Text Example


Text Example

White with #6994BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6994BE; }

 p { color: rgb(105,148,190); }

 H1.HeaderClassName
 {
   color: #6994BE;
 }
 .AnyTagClassName
 {
   color: #6994BE;
 }
</style>

background-color css

<style>
 a { background-color: #6994BE; }

 a { background-color: rgb(105,148,190); }

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

border-color css

<style>
 span { border-color: #6994BE; }

 span { border-color: rgb(105,148,190); }

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