Html Css Color HEX #6DAAB3 Fountain Blue

📋 copy color: '#6DAAB3'

red 109 ◦ green 170 ◦ blue 179

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

Shades of Fountain Blue #6DAAB3

Tints of Fountain Blue #6DAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 23.8%
G = 37.12%
B = 39.08%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6DAAB3 (or 0x6DAAB3) is known color: Fountain Blue. HEX triplet: 6D, AA and B3. RGB value is (109,170,179). Sum of RGB (Red+Green+Blue) = 109+170+179=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #6DAAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAAB3 is #92554C. Grayscale: #989898. Windows color (decimal): -9590093 or 11774573. OLE color: 11774573.

HSL color Cylindrical-coordinate representation of color #6DAAB3: hue angle of 187.71º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DAAB3 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 109 170 179 -
CMYK 0.39 0.05 0 0.30
HSL 187.71º 0.32% 0.56% -
HSV(B) 187.71º 0.39% 0.7% -
XYZ 28.82 35.26 47.93 -
YUV 152.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 109 170 179 0.39 0.05 0 0.30 187.71 0.32 0.56
Hex 6D AA B3 27 5 0 1E BC 20 38
Octal 155 252 263 47 5 0 36 274 40 70
Binary 1101101 10101010 10110011 100111 101 0 11110 10111100 100000 111000

Color Harmonies of #6DAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAAB3

Black with #6DAAB3

Text Example


Text Example

White with #6DAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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