Shades of Malibu #6BBCE8
Tints of Malibu #6BBCE8
RGB
CMYK
RGB Variations
Color information
#6BBCE8 (or 0x6BBCE8) is known color: Malibu. HEX triplet: 6B, BC and E8. RGB value is (107,188,232). Sum of RGB (Red+Green+Blue) = 107+188+232=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #6BBCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCE8 is #944317. Grayscale: #A8A8A8. Windows color (decimal): -9716504 or 15252587. OLE color: 15252587.
HSL color Cylindrical-coordinate representation of color #6BBCE8: hue angle of 201.12º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBCE8 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 188 | 232 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.09 |
| HSL | 201.12º | 0.73% | 0.66% | - |
| HSV(B) | 201.12º | 0.54% | 0.91% | - |
| XYZ | 38.61 | 44.92 | 82.98 | - |
| YUV | 168.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 232 | 0.54 | 0.19 | 0 | 0.09 | 201.12 | 0.73 | 0.66 |
| Hex | 6B | BC | E8 | 36 | 13 | 0 | 9 | C9 | 49 | 42 |
| Octal | 153 | 274 | 350 | 66 | 23 | 0 | 11 | 311 | 111 | 102 |
| Binary | 1101011 | 10111100 | 11101000 | 110110 | 10011 | 0 | 1001 | 11001001 | 1001001 | 1000010 |
Color Harmonies of #6BBCE8
Complementary color
Monochromatic Colors of #6BBCE8
Black with #6BBCE8
Text Example
Text Example
White with #6BBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCE8; }
p { color: rgb(107,188,232); }
H1.HeaderClassName
{
color: #6BBCE8;
}
.AnyTagClassName
{
color: #6BBCE8;
}
</style>
background-color css
<style>
a { background-color: #6BBCE8; }
a { background-color: rgb(107,188,232); }
div.DivClassName
{
background-color: #6BBCE8;
}
.BgClassName
{
background-color: #6BBCE8;
}
</style>
border-color css
<style>
span { border-color: #6BBCE8; }
span { border-color: rgb(107,188,232); }
td.TdClassName
{
border-color: #6BBCE8;
}
.TagClassName
{
border-color: #6BBCE8;
}
</style>