Html Css Color HEX #68B6BD Fountain Blue

📋 copy color: '#68B6BD'

red 104 ◦ green 182 ◦ blue 189

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

Shades of Fountain Blue #68B6BD

Tints of Fountain Blue #68B6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 21.89%
G = 38.32%
B = 39.79%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68B6BD (or 0x68B6BD) is known color: Fountain Blue. HEX triplet: 68, B6 and BD. RGB value is (104,182,189). Sum of RGB (Red+Green+Blue) = 104+182+189=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #68B6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6BD is #974942. Grayscale: #9F9F9F. Windows color (decimal): -9914691 or 12433000. OLE color: 12433000.

HSL color Cylindrical-coordinate representation of color #68B6BD: hue angle of 184.94º 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 #68B6BD is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 182 189 -
CMYK 0.45 0.04 0 0.26
HSL 184.94º 0.39% 0.57% -
HSV(B) 184.94º 0.45% 0.74% -
XYZ 31.62 40.07 54.21 -
YUV 159.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 104 182 189 0.45 0.04 0 0.26 184.94 0.39 0.57
Hex 68 B6 BD 2D 4 0 1A B9 27 39
Octal 150 266 275 55 4 0 32 271 47 71
Binary 1101000 10110110 10111101 101101 100 0 11010 10111001 100111 111001

Color Harmonies of #68B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B6BD

Black with #68B6BD

Text Example


Text Example

White with #68B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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