#6DAFB4

Color #6DAFB4 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #6DAFB4

Tints of Fountain Blue #6DAFB4

Color information

#6DAFB4 (or 0x6DAFB4) is unknown color: approx Fountain Blue. HEX triplet: 6D, AF and B4. RGB value is (109,175,180). Sum of RGB (Red+Green+Blue) = 109+175+180=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #6DAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFB4 is #92504B. Grayscale: #9B9B9B. Windows color (decimal): -9588812 or 11841389. OLE color: 11841389.

HSL color Cylindrical-coordinate representation of color #6DAFB4: hue angle of 184.23º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DAFB4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB109175180-
CMYK0.390.0300.29
HSL184.23º32.13%56.67%-
HSV(B)184.23º39.44%70.59%-
XYZ29.8737.2148.79-
YUV155.84141.6394.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.49%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=23.49%
G=37.72%
B=38.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091751800.390.0300.29184.2332.1356.67
Hex6DAFB427301Db82039
Octal1552572644730352704071
Binary110110110101111101101001001111101110110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,180); }

 H1.HeaderClassName
 {
   color: #6DAFB4;
 }
 .AnyTagClassName
 {
   color: #6DAFB4;
 }
</style>
background-color css

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

 a { background-color: rgb(109,175,180); }

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

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

 span { border-color: rgb(109,175,180); }

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