Shades of Malibu #6BB8E0
Tints of Malibu #6BB8E0
RGB
CMYK
RGB Variations
Color information
#6BB8E0 (or 0x6BB8E0) is known color: Malibu. HEX triplet: 6B, B8 and E0. RGB value is (107,184,224). Sum of RGB (Red+Green+Blue) = 107+184+224=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BB8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB8E0 is #94471F. Grayscale: #A5A5A5. Windows color (decimal): -9717536 or 14727275. OLE color: 14727275.
HSL color Cylindrical-coordinate representation of color #6BB8E0: hue angle of 200.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB8E0 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 184 | 224 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.12 |
| HSL | 200.51º | 0.65% | 0.65% | - |
| HSV(B) | 200.51º | 0.52% | 0.88% | - |
| XYZ | 36.66 | 42.79 | 76.85 | - |
| YUV | 165.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 224 | 0.52 | 0.18 | 0 | 0.12 | 200.51 | 0.65 | 0.65 |
| Hex | 6B | B8 | E0 | 34 | 12 | 0 | C | C9 | 41 | 41 |
| Octal | 153 | 270 | 340 | 64 | 22 | 0 | 14 | 311 | 101 | 101 |
| Binary | 1101011 | 10111000 | 11100000 | 110100 | 10010 | 0 | 1100 | 11001001 | 1000001 | 1000001 |
Color Harmonies of #6BB8E0
Complementary color
Monochromatic Colors of #6BB8E0
Black with #6BB8E0
Text Example
Text Example
White with #6BB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB8E0; }
p { color: rgb(107,184,224); }
H1.HeaderClassName
{
color: #6BB8E0;
}
.AnyTagClassName
{
color: #6BB8E0;
}
</style>
background-color css
<style>
a { background-color: #6BB8E0; }
a { background-color: rgb(107,184,224); }
div.DivClassName
{
background-color: #6BB8E0;
}
.BgClassName
{
background-color: #6BB8E0;
}
</style>
border-color css
<style>
span { border-color: #6BB8E0; }
span { border-color: rgb(107,184,224); }
td.TdClassName
{
border-color: #6BB8E0;
}
.TagClassName
{
border-color: #6BB8E0;
}
</style>