Html Css Color HEX #6999AE Shakespeare

📋 copy color: '#6999AE'

red 105 ◦ green 153 ◦ blue 174

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

Shades of Shakespeare #6999AE

Tints of Shakespeare #6999AE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.42%

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

R = 24.31%
G = 35.42%
B = 40.28%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6999AE (or 0x6999AE) is known color: Shakespeare. HEX triplet: 69, 99 and AE. RGB value is (105,153,174). Sum of RGB (Red+Green+Blue) = 105+153+174=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #6999AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999AE is #966651. Grayscale: #8C8C8C. Windows color (decimal): -9856594 or 11442537. OLE color: 11442537.

HSL color Cylindrical-coordinate representation of color #6999AE: hue angle of 198.26º 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 #6999AE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 153 174 -
CMYK 0.40 0.12 0 0.32
HSL 198.26º 0.3% 0.55% -
HSV(B) 198.26º 0.4% 0.68% -
XYZ 24.86 28.84 44.3 -
YUV 141.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 105 153 174 0.40 0.12 0 0.32 198.26 0.3 0.55
Hex 69 99 AE 28 C 0 20 C6 1E 37
Octal 151 231 256 50 14 0 40 306 36 67
Binary 1101001 10011001 10101110 101000 1100 0 100000 11000110 11110 110111

Color Harmonies of #6999AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999AE

Black with #6999AE

Text Example


Text Example

White with #6999AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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