Shades of Malibu #6FBDEB
Tints of Malibu #6FBDEB
RGB
CMYK
RGB Variations
Color information
#6FBDEB (or 0x6FBDEB) is known color: Malibu. HEX triplet: 6F, BD and EB. RGB value is (111,189,235). Sum of RGB (Red+Green+Blue) = 111+189+235=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FBDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDEB is #904214. Grayscale: #AAAAAA. Windows color (decimal): -9454101 or 15449455. OLE color: 15449455.
HSL color Cylindrical-coordinate representation of color #6FBDEB: hue angle of 202.26º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBDEB is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 189 | 235 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.08 |
| HSL | 202.26º | 0.76% | 0.68% | - |
| HSV(B) | 202.26º | 0.53% | 0.92% | - |
| XYZ | 39.75 | 45.77 | 85.34 | - |
| YUV | 170.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 235 | 0.53 | 0.20 | 0 | 0.08 | 202.26 | 0.76 | 0.68 |
| Hex | 6F | BD | EB | 35 | 14 | 0 | 8 | CA | 4C | 44 |
| Octal | 157 | 275 | 353 | 65 | 24 | 0 | 10 | 312 | 114 | 104 |
| Binary | 1101111 | 10111101 | 11101011 | 110101 | 10100 | 0 | 1000 | 11001010 | 1001100 | 1000100 |
Color Harmonies of #6FBDEB
Complementary color
Monochromatic Colors of #6FBDEB
Black with #6FBDEB
Text Example
Text Example
White with #6FBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDEB; }
p { color: rgb(111,189,235); }
H1.HeaderClassName
{
color: #6FBDEB;
}
.AnyTagClassName
{
color: #6FBDEB;
}
</style>
background-color css
<style>
a { background-color: #6FBDEB; }
a { background-color: rgb(111,189,235); }
div.DivClassName
{
background-color: #6FBDEB;
}
.BgClassName
{
background-color: #6FBDEB;
}
</style>
border-color css
<style>
span { border-color: #6FBDEB; }
span { border-color: rgb(111,189,235); }
td.TdClassName
{
border-color: #6FBDEB;
}
.TagClassName
{
border-color: #6FBDEB;
}
</style>