#6BAFAF

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

Shades of Fountain Blue #6BAFAF

Tints of Fountain Blue #6BAFAF

Color information

#6BAFAF (or 0x6BAFAF) is unknown color: approx Fountain Blue. HEX triplet: 6B, AF and AF. RGB value is (107,175,175). Sum of RGB (Red+Green+Blue) = 107+175+175=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #6BAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAFAF is #945050. Grayscale: #9A9A9A. Windows color (decimal): -9719889 or 11513707. OLE color: 11513707.

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

Color convert

RGB107175175-
CMYK0.39000.31
HSL180º29.82%55.29%-
HSV(B)180º38.86%68.63%-
XYZ29.1336.8846.14-
YUV154.67139.4794-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.41%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=23.41%
G=38.29%
B=38.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751750.39000.3118029.8255.29
Hex6BAFAF27001Fb41e37
Octal1532572574700372643667
Binary1101011101011111010111110011100111111011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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