Shades of Malibu #6FB5DC
Tints of Malibu #6FB5DC
RGB
CMYK
RGB Variations
Color information
#6FB5DC (or 0x6FB5DC) is known color: Malibu. HEX triplet: 6F, B5 and DC. RGB value is (111,181,220). Sum of RGB (Red+Green+Blue) = 111+181+220=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5DC is #904A23. Grayscale: #A4A4A4. Windows color (decimal): -9456164 or 14464367. OLE color: 14464367.
HSL color Cylindrical-coordinate representation of color #6FB5DC: hue angle of 201.47º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB5DC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 181 | 220 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.14 |
| HSL | 201.47º | 0.61% | 0.65% | - |
| HSV(B) | 201.47º | 0.5% | 0.86% | - |
| XYZ | 36 | 41.59 | 73.84 | - |
| YUV | 164.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 220 | 0.50 | 0.18 | 0 | 0.14 | 201.47 | 0.61 | 0.65 |
| Hex | 6F | B5 | DC | 32 | 12 | 0 | E | C9 | 3D | 41 |
| Octal | 157 | 265 | 334 | 62 | 22 | 0 | 16 | 311 | 75 | 101 |
| Binary | 1101111 | 10110101 | 11011100 | 110010 | 10010 | 0 | 1110 | 11001001 | 111101 | 1000001 |
Color Harmonies of #6FB5DC
Complementary color
Monochromatic Colors of #6FB5DC
Black with #6FB5DC
Text Example
Text Example
White with #6FB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB5DC; }
p { color: rgb(111,181,220); }
H1.HeaderClassName
{
color: #6FB5DC;
}
.AnyTagClassName
{
color: #6FB5DC;
}
</style>
background-color css
<style>
a { background-color: #6FB5DC; }
a { background-color: rgb(111,181,220); }
div.DivClassName
{
background-color: #6FB5DC;
}
.BgClassName
{
background-color: #6FB5DC;
}
</style>
border-color css
<style>
span { border-color: #6FB5DC; }
span { border-color: rgb(111,181,220); }
td.TdClassName
{
border-color: #6FB5DC;
}
.TagClassName
{
border-color: #6FB5DC;
}
</style>