Html Css Color HEX #68A2AD Fountain Blue

📋 copy color: '#68A2AD'

red 104 ◦ green 162 ◦ blue 173

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

Shades of Fountain Blue #68A2AD

Tints of Fountain Blue #68A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 23.69%
G = 36.9%
B = 39.41%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#68A2AD (or 0x68A2AD) is known color: Fountain Blue. HEX triplet: 68, A2 and AD. RGB value is (104,162,173). Sum of RGB (Red+Green+Blue) = 104+162+173=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #68A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A2AD is #975D52. Grayscale: #919191. Windows color (decimal): -9919827 or 11379304. OLE color: 11379304.

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

Color convert

RGB 104 162 173 -
CMYK 0.40 0.06 0 0.32
HSL 189.57º 0.3% 0.54% -
HSV(B) 189.57º 0.4% 0.68% -
XYZ 26.17 31.8 44.29 -
YUV 145.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 104 162 173 0.40 0.06 0 0.32 189.57 0.3 0.54
Hex 68 A2 AD 28 6 0 20 BE 1E 36
Octal 150 242 255 50 6 0 40 276 36 66
Binary 1101000 10100010 10101101 101000 110 0 100000 10111110 11110 110110

Color Harmonies of #68A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2AD

Black with #68A2AD

Text Example


Text Example

White with #68A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A2AD; }

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

 H1.HeaderClassName
 {
   color: #68A2AD;
 }
 .AnyTagClassName
 {
   color: #68A2AD;
 }
</style>

background-color css

<style>
 a { background-color: #68A2AD; }

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

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

border-color css

<style>
 span { border-color: #68A2AD; }

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

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