Html Css Color HEX #6DADAE Fountain Blue

📋 copy color: '#6DADAE'

red 109 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #6DADAE

Tints of Fountain Blue #6DADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 23.9%
G = 37.94%
B = 38.16%

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

#6DADAE (or 0x6DADAE) is known color: Fountain Blue. HEX triplet: 6D, AD and AE. RGB value is (109,173,174). Sum of RGB (Red+Green+Blue) = 109+173+174=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #6DADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADAE is #925251. Grayscale: #999999. Windows color (decimal): -9589330 or 11447661. OLE color: 11447661.

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

Color convert

RGB 109 173 174 -
CMYK 0.37 0.01 0 0.32
HSL 180.92º 0.29% 0.55% -
HSV(B) 180.92º 0.37% 0.68% -
XYZ 28.89 36.19 45.51 -
YUV 153.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 109 173 174 0.37 0.01 0 0.32 180.92 0.29 0.55
Hex 6D AD AE 25 1 0 20 B5 1D 37
Octal 155 255 256 45 1 0 40 265 35 67
Binary 1101101 10101101 10101110 100101 1 0 100000 10110101 11101 110111

Color Harmonies of #6DADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADAE

Black with #6DADAE

Text Example


Text Example

White with #6DADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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