Shades of Malibu #6FBDE8
Tints of Malibu #6FBDE8
RGB
CMYK
RGB Variations
Color information
#6FBDE8 (or 0x6FBDE8) is known color: Malibu. HEX triplet: 6F, BD and E8. RGB value is (111,189,232). Sum of RGB (Red+Green+Blue) = 111+189+232=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FBDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDE8 is #904217. Grayscale: #AAAAAA. Windows color (decimal): -9454104 or 15252847. OLE color: 15252847.
HSL color Cylindrical-coordinate representation of color #6FBDE8: hue angle of 201.32º degrees, saturation: 0.72, 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 #6FBDE8 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 189 | 232 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.09 |
| HSL | 201.32º | 0.72% | 0.67% | - |
| HSV(B) | 201.32º | 0.52% | 0.91% | - |
| XYZ | 39.32 | 45.6 | 83.07 | - |
| YUV | 170.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 232 | 0.52 | 0.19 | 0 | 0.09 | 201.32 | 0.72 | 0.67 |
| Hex | 6F | BD | E8 | 34 | 13 | 0 | 9 | C9 | 48 | 43 |
| Octal | 157 | 275 | 350 | 64 | 23 | 0 | 11 | 311 | 110 | 103 |
| Binary | 1101111 | 10111101 | 11101000 | 110100 | 10011 | 0 | 1001 | 11001001 | 1001000 | 1000011 |
Color Harmonies of #6FBDE8
Complementary color
Monochromatic Colors of #6FBDE8
Black with #6FBDE8
Text Example
Text Example
White with #6FBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDE8; }
p { color: rgb(111,189,232); }
H1.HeaderClassName
{
color: #6FBDE8;
}
.AnyTagClassName
{
color: #6FBDE8;
}
</style>
background-color css
<style>
a { background-color: #6FBDE8; }
a { background-color: rgb(111,189,232); }
div.DivClassName
{
background-color: #6FBDE8;
}
.BgClassName
{
background-color: #6FBDE8;
}
</style>
border-color css
<style>
span { border-color: #6FBDE8; }
span { border-color: rgb(111,189,232); }
td.TdClassName
{
border-color: #6FBDE8;
}
.TagClassName
{
border-color: #6FBDE8;
}
</style>