Html Css Color HEX #6DABAD Fountain Blue

📋 copy color: '#6DABAD'

red 109 ◦ green 171 ◦ blue 173

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

Shades of Fountain Blue #6DABAD

Tints of Fountain Blue #6DABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 24.06%
G = 37.75%
B = 38.19%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6DABAD (or 0x6DABAD) is known color: Fountain Blue. HEX triplet: 6D, AB and AD. RGB value is (109,171,173). Sum of RGB (Red+Green+Blue) = 109+171+173=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #6DABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAD is #925452. Grayscale: #989898. Windows color (decimal): -9589843 or 11381613. OLE color: 11381613.

HSL color Cylindrical-coordinate representation of color #6DABAD: hue angle of 181.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DABAD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 171 173 -
CMYK 0.37 0.01 0 0.32
HSL 181.88º 0.28% 0.55% -
HSV(B) 181.88º 0.37% 0.68% -
XYZ 28.41 35.39 44.87 -
YUV 152.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 109 171 173 0.37 0.01 0 0.32 181.88 0.28 0.55
Hex 6D AB AD 25 1 0 20 B6 1C 37
Octal 155 253 255 45 1 0 40 266 34 67
Binary 1101101 10101011 10101101 100101 1 0 100000 10110110 11100 110111

Color Harmonies of #6DABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABAD

Black with #6DABAD

Text Example


Text Example

White with #6DABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,173); }

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

background-color css

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

 a { background-color: rgb(109,171,173); }

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

border-color css

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

 span { border-color: rgb(109,171,173); }

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