Shades of Fountain Blue #65A5B6
Tints of Fountain Blue #65A5B6
RGB
CMYK
RGB Variations
Color information
#65A5B6 (or 0x65A5B6) is known color: Fountain Blue. HEX triplet: 65, A5 and B6. RGB value is (101,165,182). Sum of RGB (Red+Green+Blue) = 101+165+182=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #65A5B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A5B6 is #9A5A49. Grayscale: #939393. Windows color (decimal): -10115658 or 11969893. OLE color: 11969893.
HSL color Cylindrical-coordinate representation of color #65A5B6: hue angle of 192.59º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65A5B6 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 165 | 182 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.29 |
| HSL | 192.59º | 0.36% | 0.55% | - |
| HSV(B) | 192.59º | 0.45% | 0.71% | - |
| XYZ | 27.27 | 33.05 | 49.2 | - |
| YUV | 147.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 182 | 0.45 | 0.09 | 0 | 0.29 | 192.59 | 0.36 | 0.55 |
| Hex | 65 | A5 | B6 | 2D | 9 | 0 | 1D | C1 | 24 | 37 |
| Octal | 145 | 245 | 266 | 55 | 11 | 0 | 35 | 301 | 44 | 67 |
| Binary | 1100101 | 10100101 | 10110110 | 101101 | 1001 | 0 | 11101 | 11000001 | 100100 | 110111 |
Color Harmonies of #65A5B6
Complementary color
Monochromatic Colors of #65A5B6
Black with #65A5B6
Text Example
Text Example
White with #65A5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A5B6; }
p { color: rgb(101,165,182); }
H1.HeaderClassName
{
color: #65A5B6;
}
.AnyTagClassName
{
color: #65A5B6;
}
</style>
background-color css
<style>
a { background-color: #65A5B6; }
a { background-color: rgb(101,165,182); }
div.DivClassName
{
background-color: #65A5B6;
}
.BgClassName
{
background-color: #65A5B6;
}
</style>
border-color css
<style>
span { border-color: #65A5B6; }
span { border-color: rgb(101,165,182); }
td.TdClassName
{
border-color: #65A5B6;
}
.TagClassName
{
border-color: #65A5B6;
}
</style>