Html Css Color HEX #6DAAAE Fountain Blue

📋 copy color: '#6DAAAE'

red 109 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #6DAAAE

Tints of Fountain Blue #6DAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.41%

R = 24.06%
G = 37.53%
B = 38.41%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6DAAAE (or 0x6DAAAE) is known color: Fountain Blue. HEX triplet: 6D, AA and AE. RGB value is (109,170,174). Sum of RGB (Red+Green+Blue) = 109+170+174=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #6DAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAAE is #925551. Grayscale: #989898. Windows color (decimal): -9590098 or 11446893. OLE color: 11446893.

HSL color Cylindrical-coordinate representation of color #6DAAAE: hue angle of 183.69º degrees, saturation: 0.29, 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 #6DAAAE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 170 174 -
CMYK 0.37 0.02 0 0.32
HSL 183.69º 0.29% 0.55% -
HSV(B) 183.69º 0.37% 0.68% -
XYZ 28.32 35.06 45.32 -
YUV 152.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 109 170 174 0.37 0.02 0 0.32 183.69 0.29 0.55
Hex 6D AA AE 25 2 0 20 B8 1D 37
Octal 155 252 256 45 2 0 40 270 35 67
Binary 1101101 10101010 10101110 100101 10 0 100000 10111000 11101 110111

Color Harmonies of #6DAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAAAE

Black with #6DAAAE

Text Example


Text Example

White with #6DAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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