Html Css Color HEX #68A9BC Fountain Blue

📋 copy color: '#68A9BC'

red 104 ◦ green 169 ◦ blue 188

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

Shades of Fountain Blue #68A9BC

Tints of Fountain Blue #68A9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 22.56%
G = 36.66%
B = 40.78%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68A9BC (or 0x68A9BC) is known color: Fountain Blue. HEX triplet: 68, A9 and BC. RGB value is (104,169,188). Sum of RGB (Red+Green+Blue) = 104+169+188=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #68A9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9BC is #975643. Grayscale: #979797. Windows color (decimal): -9918020 or 12364136. OLE color: 12364136.

HSL color Cylindrical-coordinate representation of color #68A9BC: hue angle of 193.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68A9BC is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 169 188 -
CMYK 0.45 0.10 0 0.26
HSL 193.57º 0.39% 0.57% -
HSV(B) 193.57º 0.45% 0.74% -
XYZ 28.97 34.95 52.8 -
YUV 151.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 104 169 188 0.45 0.10 0 0.26 193.57 0.39 0.57
Hex 68 A9 BC 2D A 0 1A C2 27 39
Octal 150 251 274 55 12 0 32 302 47 71
Binary 1101000 10101001 10111100 101101 1010 0 11010 11000010 100111 111001

Color Harmonies of #68A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A9BC

Black with #68A9BC

Text Example


Text Example

White with #68A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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