Html Css Color HEX #6DB1BA Fountain Blue

📋 copy color: '#6DB1BA'

red 109 ◦ green 177 ◦ blue 186

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

Shades of Fountain Blue #6DB1BA

Tints of Fountain Blue #6DB1BA

RGB

 RED value IS 109 (42.97% from 255) = 23.09%

 GREEN value IS 177 (69.53% from 255) = 37.5%

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

R = 23.09%
G = 37.5%
B = 39.41%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DB1BA (or 0x6DB1BA) is known color: Fountain Blue. HEX triplet: 6D, B1 and BA. RGB value is (109,177,186). Sum of RGB (Red+Green+Blue) = 109+177+186=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1BA is #924E45. Grayscale: #9D9D9D. Windows color (decimal): -9588294 or 12235117. OLE color: 12235117.

HSL color Cylindrical-coordinate representation of color #6DB1BA: hue angle of 187.01º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB1BA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 177 186 -
CMYK 0.41 0.05 0 0.27
HSL 187.01º 0.36% 0.58% -
HSV(B) 187.01º 0.41% 0.73% -
XYZ 30.89 38.24 52.21 -
YUV 157.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 109 177 186 0.41 0.05 0 0.27 187.01 0.36 0.58
Hex 6D B1 BA 29 5 0 1B BB 24 3A
Octal 155 261 272 51 5 0 33 273 44 72
Binary 1101101 10110001 10111010 101001 101 0 11011 10111011 100100 111010

Color Harmonies of #6DB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1BA

Black with #6DB1BA

Text Example


Text Example

White with #6DB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DB1BA; }

 p { color: rgb(109,177,186); }

 H1.HeaderClassName
 {
   color: #6DB1BA;
 }
 .AnyTagClassName
 {
   color: #6DB1BA;
 }
</style>

background-color css

<style>
 a { background-color: #6DB1BA; }

 a { background-color: rgb(109,177,186); }

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

border-color css

<style>
 span { border-color: #6DB1BA; }

 span { border-color: rgb(109,177,186); }

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