Html Css Color HEX #6898AD Shakespeare

📋 copy color: '#6898AD'

red 104 ◦ green 152 ◦ blue 173

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

Shades of Shakespeare #6898AD

Tints of Shakespeare #6898AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

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

R = 24.24%
G = 35.43%
B = 40.33%

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

#6898AD (or 0x6898AD) is known color: Shakespeare. HEX triplet: 68, 98 and AD. RGB value is (104,152,173). Sum of RGB (Red+Green+Blue) = 104+152+173=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #6898AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6898AD is #976752. Grayscale: #8B8B8B. Windows color (decimal): -9922387 or 11376744. OLE color: 11376744.

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

Color convert

RGB 104 152 173 -
CMYK 0.40 0.12 0 0.32
HSL 198.26º 0.3% 0.54% -
HSV(B) 198.26º 0.4% 0.68% -
XYZ 24.48 28.42 43.73 -
YUV 140.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 104 152 173 0.40 0.12 0 0.32 198.26 0.3 0.54
Hex 68 98 AD 28 C 0 20 C6 1E 36
Octal 150 230 255 50 14 0 40 306 36 66
Binary 1101000 10011000 10101101 101000 1100 0 100000 11000110 11110 110110

Color Harmonies of #6898AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898AD

Black with #6898AD

Text Example


Text Example

White with #6898AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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