Html Css Color HEX #68A9BA Fountain Blue

📋 copy color: '#68A9BA'

red 104 ◦ green 169 ◦ blue 186

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

Shades of Fountain Blue #68A9BA

Tints of Fountain Blue #68A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 22.66%
G = 36.82%
B = 40.52%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68A9BA (or 0x68A9BA) is known color: Fountain Blue. HEX triplet: 68, A9 and BA. RGB value is (104,169,186). Sum of RGB (Red+Green+Blue) = 104+169+186=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #68A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9BA is #975645. Grayscale: #979797. Windows color (decimal): -9918022 or 12233064. OLE color: 12233064.

HSL color Cylindrical-coordinate representation of color #68A9BA: hue angle of 192.44º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68A9BA is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 169 186 -
CMYK 0.44 0.09 0 0.27
HSL 192.44º 0.37% 0.57% -
HSV(B) 192.44º 0.44% 0.73% -
XYZ 28.76 34.86 51.67 -
YUV 151.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 104 169 186 0.44 0.09 0 0.27 192.44 0.37 0.57
Hex 68 A9 BA 2C 9 0 1B C0 25 39
Octal 150 251 272 54 11 0 33 300 45 71
Binary 1101000 10101001 10111010 101100 1001 0 11011 11000000 100101 111001

Color Harmonies of #68A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A9BA

Black with #68A9BA

Text Example


Text Example

White with #68A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,169,186); }

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

background-color css

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

 a { background-color: rgb(104,169,186); }

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

border-color css

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

 span { border-color: rgb(104,169,186); }

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