Shades of Malibu #6DBFE1
Tints of Malibu #6DBFE1
RGB
CMYK
RGB Variations
Color information
#6DBFE1 (or 0x6DBFE1) is known color: Malibu. HEX triplet: 6D, BF and E1. RGB value is (109,191,225). Sum of RGB (Red+Green+Blue) = 109+191+225=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DBFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFE1 is #92401E. Grayscale: #AAAAAA. Windows color (decimal): -9584671 or 14794605. OLE color: 14794605.
HSL color Cylindrical-coordinate representation of color #6DBFE1: hue angle of 197.59º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBFE1 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 191 | 225 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.12 |
| HSL | 197.59º | 0.66% | 0.65% | - |
| HSV(B) | 197.59º | 0.52% | 0.88% | - |
| XYZ | 38.53 | 45.95 | 78.07 | - |
| YUV | 170.36 | 158.83 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 225 | 0.52 | 0.15 | 0 | 0.12 | 197.59 | 0.66 | 0.65 |
| Hex | 6D | BF | E1 | 34 | F | 0 | C | C6 | 42 | 41 |
| Octal | 155 | 277 | 341 | 64 | 17 | 0 | 14 | 306 | 102 | 101 |
| Binary | 1101101 | 10111111 | 11100001 | 110100 | 1111 | 0 | 1100 | 11000110 | 1000010 | 1000001 |
Color Harmonies of #6DBFE1
Complementary color
Monochromatic Colors of #6DBFE1
Black with #6DBFE1
Text Example
Text Example
White with #6DBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFE1; }
p { color: rgb(109,191,225); }
H1.HeaderClassName
{
color: #6DBFE1;
}
.AnyTagClassName
{
color: #6DBFE1;
}
</style>
background-color css
<style>
a { background-color: #6DBFE1; }
a { background-color: rgb(109,191,225); }
div.DivClassName
{
background-color: #6DBFE1;
}
.BgClassName
{
background-color: #6DBFE1;
}
</style>
border-color css
<style>
span { border-color: #6DBFE1; }
span { border-color: rgb(109,191,225); }
td.TdClassName
{
border-color: #6DBFE1;
}
.TagClassName
{
border-color: #6DBFE1;
}
</style>