Shades of Malibu #6FBDE9
Tints of Malibu #6FBDE9
RGB
CMYK
RGB Variations
Color information
#6FBDE9 (or 0x6FBDE9) is known color: Malibu. HEX triplet: 6F, BD and E9. RGB value is (111,189,233). Sum of RGB (Red+Green+Blue) = 111+189+233=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FBDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDE9 is #904216. Grayscale: #AAAAAA. Windows color (decimal): -9454103 or 15318383. OLE color: 15318383.
HSL color Cylindrical-coordinate representation of color #6FBDE9: hue angle of 201.64º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBDE9 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 189 | 233 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.09 |
| HSL | 201.64º | 0.73% | 0.67% | - |
| HSV(B) | 201.64º | 0.52% | 0.91% | - |
| XYZ | 39.46 | 45.66 | 83.82 | - |
| YUV | 170.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 233 | 0.52 | 0.19 | 0 | 0.09 | 201.64 | 0.73 | 0.67 |
| Hex | 6F | BD | E9 | 34 | 13 | 0 | 9 | CA | 49 | 43 |
| Octal | 157 | 275 | 351 | 64 | 23 | 0 | 11 | 312 | 111 | 103 |
| Binary | 1101111 | 10111101 | 11101001 | 110100 | 10011 | 0 | 1001 | 11001010 | 1001001 | 1000011 |
Color Harmonies of #6FBDE9
Complementary color
Monochromatic Colors of #6FBDE9
Black with #6FBDE9
Text Example
Text Example
White with #6FBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDE9; }
p { color: rgb(111,189,233); }
H1.HeaderClassName
{
color: #6FBDE9;
}
.AnyTagClassName
{
color: #6FBDE9;
}
</style>
background-color css
<style>
a { background-color: #6FBDE9; }
a { background-color: rgb(111,189,233); }
div.DivClassName
{
background-color: #6FBDE9;
}
.BgClassName
{
background-color: #6FBDE9;
}
</style>
border-color css
<style>
span { border-color: #6FBDE9; }
span { border-color: rgb(111,189,233); }
td.TdClassName
{
border-color: #6FBDE9;
}
.TagClassName
{
border-color: #6FBDE9;
}
</style>