Html Css Color HEX #6994AD Shakespeare

📋 copy color: '#6994AD'

red 105 ◦ green 148 ◦ blue 173

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

Shades of Shakespeare #6994AD

Tints of Shakespeare #6994AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 24.65%
G = 34.74%
B = 40.61%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6994AD (or 0x6994AD) is known color: Shakespeare. HEX triplet: 69, 94 and AD. RGB value is (105,148,173). Sum of RGB (Red+Green+Blue) = 105+148+173=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6994AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6994AD is #966B52. Grayscale: #898989. Windows color (decimal): -9857875 or 11375721. OLE color: 11375721.

HSL color Cylindrical-coordinate representation of color #6994AD: hue angle of 202.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6994AD is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 148 173 -
CMYK 0.39 0.14 0 0.32
HSL 202.06º 0.29% 0.55% -
HSV(B) 202.06º 0.39% 0.68% -
XYZ 23.96 27.2 43.52 -
YUV 137.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 105 148 173 0.39 0.14 0 0.32 202.06 0.29 0.55
Hex 69 94 AD 27 E 0 20 CA 1D 37
Octal 151 224 255 47 16 0 40 312 35 67
Binary 1101001 10010100 10101101 100111 1110 0 100000 11001010 11101 110111

Color Harmonies of #6994AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6994AD

Black with #6994AD

Text Example


Text Example

White with #6994AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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