Html Css Color HEX #6899AD Shakespeare

📋 copy color: '#6899AD'

red 104 ◦ green 153 ◦ blue 173

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

Shades of Shakespeare #6899AD

Tints of Shakespeare #6899AD

RGB

 RED value IS 104 (41.02% from 255) = 24.19%

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

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

R = 24.19%
G = 35.58%
B = 40.23%

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

#6899AD (or 0x6899AD) is known color: Shakespeare. HEX triplet: 68, 99 and AD. RGB value is (104,153,173). Sum of RGB (Red+Green+Blue) = 104+153+173=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #6899AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6899AD is #976652. Grayscale: #8C8C8C. Windows color (decimal): -9922131 or 11377000. OLE color: 11377000.

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

Color convert

RGB 104 153 173 -
CMYK 0.40 0.12 0 0.32
HSL 197.39º 0.3% 0.54% -
HSV(B) 197.39º 0.4% 0.68% -
XYZ 24.64 28.74 43.78 -
YUV 140.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 104 153 173 0.40 0.12 0 0.32 197.39 0.3 0.54
Hex 68 99 AD 28 C 0 20 C5 1E 36
Octal 150 231 255 50 14 0 40 305 36 66
Binary 1101000 10011001 10101101 101000 1100 0 100000 11000101 11110 110110

Color Harmonies of #6899AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6899AD

Black with #6899AD

Text Example


Text Example

White with #6899AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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