Html Css Color HEX #6993AE Shakespeare

📋 copy color: '#6993AE'

red 105 ◦ green 147 ◦ blue 174

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

Shades of Shakespeare #6993AE

Tints of Shakespeare #6993AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 24.65%
G = 34.51%
B = 40.85%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6993AE (or 0x6993AE) is known color: Shakespeare. HEX triplet: 69, 93 and AE. RGB value is (105,147,174). Sum of RGB (Red+Green+Blue) = 105+147+174=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6993AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6993AE is #966C51. Grayscale: #898989. Windows color (decimal): -9858130 or 11441001. OLE color: 11441001.

HSL color Cylindrical-coordinate representation of color #6993AE: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6993AE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 147 174 -
CMYK 0.40 0.16 0 0.32
HSL 203.48º 0.3% 0.55% -
HSV(B) 203.48º 0.4% 0.68% -
XYZ 23.9 26.93 43.98 -
YUV 137.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 105 147 174 0.40 0.16 0 0.32 203.48 0.3 0.55
Hex 69 93 AE 28 10 0 20 CB 1E 37
Octal 151 223 256 50 20 0 40 313 36 67
Binary 1101001 10010011 10101110 101000 10000 0 100000 11001011 11110 110111

Color Harmonies of #6993AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993AE

Black with #6993AE

Text Example


Text Example

White with #6993AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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