Shades of Malibu #61A8E5
Tints of Malibu #61A8E5
RGB
CMYK
RGB Variations
Color information
#61A8E5 (or 0x61A8E5) is known color: Malibu. HEX triplet: 61, A8 and E5. RGB value is (97,168,229). Sum of RGB (Red+Green+Blue) = 97+168+229=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #61A8E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8E5 is #9E571A. Grayscale: #999999. Windows color (decimal): -10376987 or 15050849. OLE color: 15050849.
HSL color Cylindrical-coordinate representation of color #61A8E5: hue angle of 207.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61A8E5 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 168 | 229 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.10 |
| HSL | 207.73º | 0.72% | 0.64% | - |
| HSV(B) | 207.73º | 0.58% | 0.9% | - |
| XYZ | 33.08 | 36.2 | 79.37 | - |
| YUV | 153.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 229 | 0.58 | 0.27 | 0 | 0.10 | 207.73 | 0.72 | 0.64 |
| Hex | 61 | A8 | E5 | 3A | 1B | 0 | A | D0 | 48 | 40 |
| Octal | 141 | 250 | 345 | 72 | 33 | 0 | 12 | 320 | 110 | 100 |
| Binary | 1100001 | 10101000 | 11100101 | 111010 | 11011 | 0 | 1010 | 11010000 | 1001000 | 1000000 |
Color Harmonies of #61A8E5
Complementary color
Monochromatic Colors of #61A8E5
Black with #61A8E5
Text Example
Text Example
White with #61A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8E5; }
p { color: rgb(97,168,229); }
H1.HeaderClassName
{
color: #61A8E5;
}
.AnyTagClassName
{
color: #61A8E5;
}
</style>
background-color css
<style>
a { background-color: #61A8E5; }
a { background-color: rgb(97,168,229); }
div.DivClassName
{
background-color: #61A8E5;
}
.BgClassName
{
background-color: #61A8E5;
}
</style>
border-color css
<style>
span { border-color: #61A8E5; }
span { border-color: rgb(97,168,229); }
td.TdClassName
{
border-color: #61A8E5;
}
.TagClassName
{
border-color: #61A8E5;
}
</style>