Html Css Color HEX #6999AD Shakespeare

📋 copy color: '#6999AD'

red 105 ◦ green 153 ◦ blue 173

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

Shades of Shakespeare #6999AD

Tints of Shakespeare #6999AD

RGB

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

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

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

R = 24.36%
G = 35.5%
B = 40.14%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6999AD (or 0x6999AD) is known color: Shakespeare. HEX triplet: 69, 99 and AD. RGB value is (105,153,173). Sum of RGB (Red+Green+Blue) = 105+153+173=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #6999AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6999AD is #966652. Grayscale: #8C8C8C. Windows color (decimal): -9856595 or 11377001. OLE color: 11377001.

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

Color convert

RGB 105 153 173 -
CMYK 0.39 0.12 0 0.32
HSL 197.65º 0.29% 0.55% -
HSV(B) 197.65º 0.39% 0.68% -
XYZ 24.76 28.8 43.79 -
YUV 140.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 105 153 173 0.39 0.12 0 0.32 197.65 0.29 0.55
Hex 69 99 AD 27 C 0 20 C6 1D 37
Octal 151 231 255 47 14 0 40 306 35 67
Binary 1101001 10011001 10101101 100111 1100 0 100000 11000110 11101 110111

Color Harmonies of #6999AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999AD

Black with #6999AD

Text Example


Text Example

White with #6999AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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