#6DAFAF

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

Shades of Fountain Blue #6DAFAF

Tints of Fountain Blue #6DAFAF

Color information

#6DAFAF (or 0x6DAFAF) is unknown color: approx Fountain Blue. HEX triplet: 6D, AF and AF. RGB value is (109,175,175). Sum of RGB (Red+Green+Blue) = 109+175+175=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #6DAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFAF is #925050. Grayscale: #9B9B9B. Windows color (decimal): -9588817 or 11513709. OLE color: 11513709.

HSL color Cylindrical-coordinate representation of color #6DAFAF: hue angle of 180º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAFAF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109175175-
CMYK0.38000.31
HSL180º29.2%55.69%-
HSV(B)180º37.71%68.63%-
XYZ29.3737.0146.15-
YUV155.27139.1395-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=23.75%
G=38.13%
B=38.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751750.38000.3118029.255.69
Hex6DAFAF26001Fb41d38
Octal1552572574600372643570
Binary1101101101011111010111110011000111111011010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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