Html Css Color HEX #6DBAB6 Fountain Blue

📋 copy color: '#6DBAB6'

red 109 ◦ green 186 ◦ blue 182

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

Shades of Fountain Blue #6DBAB6

Tints of Fountain Blue #6DBAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

 BLUE value IS 182 (71.48% from 255) = 38.16%

R = 22.85%
G = 38.99%
B = 38.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#6DBAB6 (or 0x6DBAB6) is known color: Fountain Blue. HEX triplet: 6D, BA and B6. RGB value is (109,186,182). Sum of RGB (Red+Green+Blue) = 109+186+182=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAB6 is #924549. Grayscale: #A2A2A2. Windows color (decimal): -9585994 or 11975277. OLE color: 11975277.

HSL color Cylindrical-coordinate representation of color #6DBAB6: hue angle of 176.88º 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 #6DBAB6 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 186 182 -
CMYK 0.41 0 0.02 0.27
HSL 176.88º 0.36% 0.58% -
HSV(B) 176.88º 0.41% 0.73% -
XYZ 32.31 41.75 50.61 -
YUV 162.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 109 186 182 0.41 0 0.02 0.27 176.88 0.36 0.58
Hex 6D BA B6 29 0 2 1B B1 24 3A
Octal 155 272 266 51 0 2 33 261 44 72
Binary 1101101 10111010 10110110 101001 0 10 11011 10110001 100100 111010

Color Harmonies of #6DBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAB6

Black with #6DBAB6

Text Example


Text Example

White with #6DBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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