Html Css Color HEX #6DAAB6 Fountain Blue

📋 copy color: '#6DAAB6'

red 109 ◦ green 170 ◦ blue 182

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

Shades of Fountain Blue #6DAAB6

Tints of Fountain Blue #6DAAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.88%

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

R = 23.64%
G = 36.88%
B = 39.48%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6DAAB6 (or 0x6DAAB6) is known color: Fountain Blue. HEX triplet: 6D, AA and B6. RGB value is (109,170,182). Sum of RGB (Red+Green+Blue) = 109+170+182=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #6DAAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAAB6 is #925549. Grayscale: #999999. Windows color (decimal): -9590090 or 11971181. OLE color: 11971181.

HSL color Cylindrical-coordinate representation of color #6DAAB6: hue angle of 189.86º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DAAB6 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 170 182 -
CMYK 0.40 0.07 0 0.29
HSL 189.86º 0.33% 0.57% -
HSV(B) 189.86º 0.4% 0.71% -
XYZ 29.12 35.38 49.55 -
YUV 153.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 109 170 182 0.40 0.07 0 0.29 189.86 0.33 0.57
Hex 6D AA B6 28 7 0 1D BE 21 39
Octal 155 252 266 50 7 0 35 276 41 71
Binary 1101101 10101010 10110110 101000 111 0 11101 10111110 100001 111001

Color Harmonies of #6DAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAAB6

Black with #6DAAB6

Text Example


Text Example

White with #6DAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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