Html Css Color HEX #6DBCBA Fountain Blue

📋 copy color: '#6DBCBA'

red 109 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #6DBCBA

Tints of Fountain Blue #6DBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

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

R = 22.57%
G = 38.92%
B = 38.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6DBCBA (or 0x6DBCBA) is known color: Fountain Blue. HEX triplet: 6D, BC and BA. RGB value is (109,188,186). Sum of RGB (Red+Green+Blue) = 109+188+186=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCBA is #924345. Grayscale: #A4A4A4. Windows color (decimal): -9585478 or 12237933. OLE color: 12237933.

HSL color Cylindrical-coordinate representation of color #6DBCBA: hue angle of 178.48º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCBA is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 188 186 -
CMYK 0.42 0 0.01 0.26
HSL 178.48º 0.37% 0.58% -
HSV(B) 178.48º 0.42% 0.74% -
XYZ 33.15 42.76 52.96 -
YUV 164.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 109 188 186 0.42 0 0.01 0.26 178.48 0.37 0.58
Hex 6D BC BA 2A 0 1 1A B2 25 3A
Octal 155 274 272 52 0 1 32 262 45 72
Binary 1101101 10111100 10111010 101010 0 1 11010 10110010 100101 111010

Color Harmonies of #6DBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCBA

Black with #6DBCBA

Text Example


Text Example

White with #6DBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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