Shades of Malibu #6FB8DD
Tints of Malibu #6FB8DD
RGB
CMYK
RGB Variations
Color information
#6FB8DD (or 0x6FB8DD) is known color: Malibu. HEX triplet: 6F, B8 and DD. RGB value is (111,184,221). Sum of RGB (Red+Green+Blue) = 111+184+221=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FB8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8DD is #904722. Grayscale: #A6A6A6. Windows color (decimal): -9455395 or 14530671. OLE color: 14530671.
HSL color Cylindrical-coordinate representation of color #6FB8DD: hue angle of 200.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB8DD is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 184 | 221 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.13 |
| HSL | 200.18º | 0.62% | 0.65% | - |
| HSV(B) | 200.18º | 0.5% | 0.87% | - |
| XYZ | 36.75 | 42.88 | 74.75 | - |
| YUV | 166.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 221 | 0.50 | 0.17 | 0 | 0.13 | 200.18 | 0.62 | 0.65 |
| Hex | 6F | B8 | DD | 32 | 11 | 0 | D | C8 | 3E | 41 |
| Octal | 157 | 270 | 335 | 62 | 21 | 0 | 15 | 310 | 76 | 101 |
| Binary | 1101111 | 10111000 | 11011101 | 110010 | 10001 | 0 | 1101 | 11001000 | 111110 | 1000001 |
Color Harmonies of #6FB8DD
Complementary color
Monochromatic Colors of #6FB8DD
Black with #6FB8DD
Text Example
Text Example
White with #6FB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB8DD; }
p { color: rgb(111,184,221); }
H1.HeaderClassName
{
color: #6FB8DD;
}
.AnyTagClassName
{
color: #6FB8DD;
}
</style>
background-color css
<style>
a { background-color: #6FB8DD; }
a { background-color: rgb(111,184,221); }
div.DivClassName
{
background-color: #6FB8DD;
}
.BgClassName
{
background-color: #6FB8DD;
}
</style>
border-color css
<style>
span { border-color: #6FB8DD; }
span { border-color: rgb(111,184,221); }
td.TdClassName
{
border-color: #6FB8DD;
}
.TagClassName
{
border-color: #6FB8DD;
}
</style>