Html Css Color HEX #68A8BB Fountain Blue

📋 copy color: '#68A8BB'

red 104 ◦ green 168 ◦ blue 187

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

Shades of Fountain Blue #68A8BB

Tints of Fountain Blue #68A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 22.66%
G = 36.6%
B = 40.74%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68A8BB (or 0x68A8BB) is known color: Fountain Blue. HEX triplet: 68, A8 and BB. RGB value is (104,168,187). Sum of RGB (Red+Green+Blue) = 104+168+187=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #68A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8BB is #975744. Grayscale: #969696. Windows color (decimal): -9918277 or 12298344. OLE color: 12298344.

HSL color Cylindrical-coordinate representation of color #68A8BB: hue angle of 193.73º degrees, saturation: 0.38, 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 #68A8BB is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 168 187 -
CMYK 0.44 0.10 0 0.27
HSL 193.73º 0.38% 0.57% -
HSV(B) 193.73º 0.44% 0.73% -
XYZ 28.68 34.54 52.17 -
YUV 151.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 104 168 187 0.44 0.10 0 0.27 193.73 0.38 0.57
Hex 68 A8 BB 2C A 0 1B C2 26 39
Octal 150 250 273 54 12 0 33 302 46 71
Binary 1101000 10101000 10111011 101100 1010 0 11011 11000010 100110 111001

Color Harmonies of #68A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8BB

Black with #68A8BB

Text Example


Text Example

White with #68A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,168,187); }

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

background-color css

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

 a { background-color: rgb(104,168,187); }

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

border-color css

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

 span { border-color: rgb(104,168,187); }

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