Shades of Fountain Blue #6BAEB2
Tints of Fountain Blue #6BAEB2
RGB
CMYK
RGB Variations
Color information
#6BAEB2 (or 0x6BAEB2) is known color: Fountain Blue. HEX triplet: 6B, AE and B2. RGB value is (107,174,178). Sum of RGB (Red+Green+Blue) = 107+174+178=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #6BAEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEB2 is #94514D. Grayscale: #9A9A9A. Windows color (decimal): -9720142 or 11710059. OLE color: 11710059.
HSL color Cylindrical-coordinate representation of color #6BAEB2: hue angle of 183.38º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BAEB2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 174 | 178 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.30 |
| HSL | 183.38º | 0.32% | 0.56% | - |
| HSV(B) | 183.38º | 0.4% | 0.7% | - |
| XYZ | 29.24 | 36.61 | 47.65 | - |
| YUV | 154.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 178 | 0.40 | 0.02 | 0 | 0.30 | 183.38 | 0.32 | 0.56 |
| Hex | 6B | AE | B2 | 28 | 2 | 0 | 1E | B7 | 20 | 38 |
| Octal | 153 | 256 | 262 | 50 | 2 | 0 | 36 | 267 | 40 | 70 |
| Binary | 1101011 | 10101110 | 10110010 | 101000 | 10 | 0 | 11110 | 10110111 | 100000 | 111000 |
Color Harmonies of #6BAEB2
Complementary color
Monochromatic Colors of #6BAEB2
Black with #6BAEB2
Text Example
Text Example
White with #6BAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEB2; }
p { color: rgb(107,174,178); }
H1.HeaderClassName
{
color: #6BAEB2;
}
.AnyTagClassName
{
color: #6BAEB2;
}
</style>
background-color css
<style>
a { background-color: #6BAEB2; }
a { background-color: rgb(107,174,178); }
div.DivClassName
{
background-color: #6BAEB2;
}
.BgClassName
{
background-color: #6BAEB2;
}
</style>
border-color css
<style>
span { border-color: #6BAEB2; }
span { border-color: rgb(107,174,178); }
td.TdClassName
{
border-color: #6BAEB2;
}
.TagClassName
{
border-color: #6BAEB2;
}
</style>