Shades of Malibu #6BB4DC
Tints of Malibu #6BB4DC
RGB
CMYK
RGB Variations
Color information
#6BB4DC (or 0x6BB4DC) is known color: Malibu. HEX triplet: 6B, B4 and DC. RGB value is (107,180,220). Sum of RGB (Red+Green+Blue) = 107+180+220=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4DC is #944B23. Grayscale: #A2A2A2. Windows color (decimal): -9718564 or 14464107. OLE color: 14464107.
HSL color Cylindrical-coordinate representation of color #6BB4DC: hue angle of 201.24º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BB4DC is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 180 | 220 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.14 |
| HSL | 201.24º | 0.62% | 0.64% | - |
| HSV(B) | 201.24º | 0.51% | 0.86% | - |
| XYZ | 35.3 | 40.94 | 73.75 | - |
| YUV | 162.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 180 | 220 | 0.51 | 0.18 | 0 | 0.14 | 201.24 | 0.62 | 0.64 |
| Hex | 6B | B4 | DC | 33 | 12 | 0 | E | C9 | 3E | 40 |
| Octal | 153 | 264 | 334 | 63 | 22 | 0 | 16 | 311 | 76 | 100 |
| Binary | 1101011 | 10110100 | 11011100 | 110011 | 10010 | 0 | 1110 | 11001001 | 111110 | 1000000 |
Color Harmonies of #6BB4DC
Complementary color
Monochromatic Colors of #6BB4DC
Black with #6BB4DC
Text Example
Text Example
White with #6BB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB4DC; }
p { color: rgb(107,180,220); }
H1.HeaderClassName
{
color: #6BB4DC;
}
.AnyTagClassName
{
color: #6BB4DC;
}
</style>
background-color css
<style>
a { background-color: #6BB4DC; }
a { background-color: rgb(107,180,220); }
div.DivClassName
{
background-color: #6BB4DC;
}
.BgClassName
{
background-color: #6BB4DC;
}
</style>
border-color css
<style>
span { border-color: #6BB4DC; }
span { border-color: rgb(107,180,220); }
td.TdClassName
{
border-color: #6BB4DC;
}
.TagClassName
{
border-color: #6BB4DC;
}
</style>