Shades of Malibu #61B2DF
Tints of Malibu #61B2DF
RGB
CMYK
RGB Variations
Color information
#61B2DF (or 0x61B2DF) is known color: Malibu. HEX triplet: 61, B2 and DF. RGB value is (97,178,223). Sum of RGB (Red+Green+Blue) = 97+178+223=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #61B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2DF is #9E4D20. Grayscale: #9E9E9E. Windows color (decimal): -10374433 or 14660193. OLE color: 14660193.
HSL color Cylindrical-coordinate representation of color #61B2DF: hue angle of 201.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61B2DF is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 178 | 223 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.13 |
| HSL | 201.43º | 0.66% | 0.63% | - |
| HSV(B) | 201.43º | 0.57% | 0.87% | - |
| XYZ | 34.17 | 39.71 | 75.68 | - |
| YUV | 158.91 | 164.16 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 223 | 0.57 | 0.20 | 0 | 0.13 | 201.43 | 0.66 | 0.63 |
| Hex | 61 | B2 | DF | 39 | 14 | 0 | D | C9 | 42 | 3F |
| Octal | 141 | 262 | 337 | 71 | 24 | 0 | 15 | 311 | 102 | 77 |
| Binary | 1100001 | 10110010 | 11011111 | 111001 | 10100 | 0 | 1101 | 11001001 | 1000010 | 111111 |
Color Harmonies of #61B2DF
Complementary color
Monochromatic Colors of #61B2DF
Black with #61B2DF
Text Example
Text Example
White with #61B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B2DF; }
p { color: rgb(97,178,223); }
H1.HeaderClassName
{
color: #61B2DF;
}
.AnyTagClassName
{
color: #61B2DF;
}
</style>
background-color css
<style>
a { background-color: #61B2DF; }
a { background-color: rgb(97,178,223); }
div.DivClassName
{
background-color: #61B2DF;
}
.BgClassName
{
background-color: #61B2DF;
}
</style>
border-color css
<style>
span { border-color: #61B2DF; }
span { border-color: rgb(97,178,223); }
td.TdClassName
{
border-color: #61B2DF;
}
.TagClassName
{
border-color: #61B2DF;
}
</style>