Html Css Color HEX #68A0AB Fountain Blue

📋 copy color: '#68A0AB'

red 104 ◦ green 160 ◦ blue 171

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

Shades of Fountain Blue #68A0AB

Tints of Fountain Blue #68A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 23.91%
G = 36.78%
B = 39.31%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#68A0AB (or 0x68A0AB) is known color: Fountain Blue. HEX triplet: 68, A0 and AB. RGB value is (104,160,171). Sum of RGB (Red+Green+Blue) = 104+160+171=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #68A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A0AB is #975F54. Grayscale: #909090. Windows color (decimal): -9920341 or 11247720. OLE color: 11247720.

HSL color Cylindrical-coordinate representation of color #68A0AB: hue angle of 189.85º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A0AB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 160 171 -
CMYK 0.39 0.06 0 0.33
HSL 189.85º 0.29% 0.54% -
HSV(B) 189.85º 0.39% 0.67% -
XYZ 25.63 31.02 43.17 -
YUV 144.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 104 160 171 0.39 0.06 0 0.33 189.85 0.29 0.54
Hex 68 A0 AB 27 6 0 21 BE 1D 36
Octal 150 240 253 47 6 0 41 276 35 66
Binary 1101000 10100000 10101011 100111 110 0 100001 10111110 11101 110110

Color Harmonies of #68A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0AB

Black with #68A0AB

Text Example


Text Example

White with #68A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,160,171); }

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

background-color css

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

 a { background-color: rgb(104,160,171); }

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

border-color css

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

 span { border-color: rgb(104,160,171); }

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