Html Css Color HEX #6DBABB Fountain Blue

📋 copy color: '#6DBABB'

red 109 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #6DBABB

Tints of Fountain Blue #6DBABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 22.61%
G = 38.59%
B = 38.8%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DBABB (or 0x6DBABB) is known color: Fountain Blue. HEX triplet: 6D, BA and BB. RGB value is (109,186,187). Sum of RGB (Red+Green+Blue) = 109+186+187=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBABB is #924544. Grayscale: #A3A3A3. Windows color (decimal): -9585989 or 12302957. OLE color: 12302957.

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

Color convert

RGB 109 186 187 -
CMYK 0.42 0.01 0 0.27
HSL 180.77º 0.36% 0.58% -
HSV(B) 180.77º 0.42% 0.73% -
XYZ 32.84 41.96 53.38 -
YUV 163.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 109 186 187 0.42 0.01 0 0.27 180.77 0.36 0.58
Hex 6D BA BB 2A 1 0 1B B5 24 3A
Octal 155 272 273 52 1 0 33 265 44 72
Binary 1101101 10111010 10111011 101010 1 0 11011 10110101 100100 111010

Color Harmonies of #6DBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBABB

Black with #6DBABB

Text Example


Text Example

White with #6DBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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