Html Css Color HEX #68B6BE Fountain Blue

📋 copy color: '#68B6BE'

red 104 ◦ green 182 ◦ blue 190

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

Shades of Fountain Blue #68B6BE

Tints of Fountain Blue #68B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 21.85%
G = 38.24%
B = 39.92%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68B6BE (or 0x68B6BE) is known color: Fountain Blue. HEX triplet: 68, B6 and BE. RGB value is (104,182,190). Sum of RGB (Red+Green+Blue) = 104+182+190=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6BE is #974941. Grayscale: #9F9F9F. Windows color (decimal): -9914690 or 12498536. OLE color: 12498536.

HSL color Cylindrical-coordinate representation of color #68B6BE: hue angle of 185.58º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B6BE is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 182 190 -
CMYK 0.45 0.04 0 0.25
HSL 185.58º 0.4% 0.58% -
HSV(B) 185.58º 0.45% 0.75% -
XYZ 31.73 40.12 54.79 -
YUV 159.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 104 182 190 0.45 0.04 0 0.25 185.58 0.4 0.58
Hex 68 B6 BE 2D 4 0 19 BA 28 3A
Octal 150 266 276 55 4 0 31 272 50 72
Binary 1101000 10110110 10111110 101101 100 0 11001 10111010 101000 111010

Color Harmonies of #68B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B6BE

Black with #68B6BE

Text Example


Text Example

White with #68B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,182,190); }

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

background-color css

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

 a { background-color: rgb(104,182,190); }

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

border-color css

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

 span { border-color: rgb(104,182,190); }

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