Shades of Malibu #61B0DC
Tints of Malibu #61B0DC
RGB
CMYK
RGB Variations
Color information
#61B0DC (or 0x61B0DC) is known color: Malibu. HEX triplet: 61, B0 and DC. RGB value is (97,176,220). Sum of RGB (Red+Green+Blue) = 97+176+220=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #61B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0DC is #9E4F23. Grayscale: #9D9D9D. Windows color (decimal): -10374948 or 14463073. OLE color: 14463073.
HSL color Cylindrical-coordinate representation of color #61B0DC: hue angle of 201.46º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B0DC is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 176 | 220 | - |
| CMYK | 0.56 | 0.2 | 0 | 0.14 |
| HSL | 201.46º | 0.64% | 0.62% | - |
| HSV(B) | 201.46º | 0.56% | 0.86% | - |
| XYZ | 33.37 | 38.76 | 73.43 | - |
| YUV | 157.4 | 163.33 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 176 | 220 | 0.56 | 0.2 | 0 | 0.14 | 201.46 | 0.64 | 0.62 |
| Hex | 61 | B0 | DC | 38 | 14 | 0 | E | C9 | 40 | 3E |
| Octal | 141 | 260 | 334 | 70 | 24 | 0 | 16 | 311 | 100 | 76 |
| Binary | 1100001 | 10110000 | 11011100 | 111000 | 10100 | 0 | 1110 | 11001001 | 1000000 | 111110 |
Color Harmonies of #61B0DC
Complementary color
Monochromatic Colors of #61B0DC
Black with #61B0DC
Text Example
Text Example
White with #61B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B0DC; }
p { color: rgb(97,176,220); }
H1.HeaderClassName
{
color: #61B0DC;
}
.AnyTagClassName
{
color: #61B0DC;
}
</style>
background-color css
<style>
a { background-color: #61B0DC; }
a { background-color: rgb(97,176,220); }
div.DivClassName
{
background-color: #61B0DC;
}
.BgClassName
{
background-color: #61B0DC;
}
</style>
border-color css
<style>
span { border-color: #61B0DC; }
span { border-color: rgb(97,176,220); }
td.TdClassName
{
border-color: #61B0DC;
}
.TagClassName
{
border-color: #61B0DC;
}
</style>