Shades of Malibu #6BBCE3
Tints of Malibu #6BBCE3
RGB
CMYK
RGB Variations
Color information
#6BBCE3 (or 0x6BBCE3) is known color: Malibu. HEX triplet: 6B, BC and E3. RGB value is (107,188,227). Sum of RGB (Red+Green+Blue) = 107+188+227=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #6BBCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCE3 is #94431C. Grayscale: #A7A7A7. Windows color (decimal): -9716509 or 14924907. OLE color: 14924907.
HSL color Cylindrical-coordinate representation of color #6BBCE3: hue angle of 199.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BBCE3 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 188 | 227 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.11 |
| HSL | 199.5º | 0.68% | 0.65% | - |
| HSV(B) | 199.5º | 0.53% | 0.89% | - |
| XYZ | 37.91 | 44.64 | 79.29 | - |
| YUV | 168.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 227 | 0.53 | 0.17 | 0 | 0.11 | 199.5 | 0.68 | 0.65 |
| Hex | 6B | BC | E3 | 35 | 11 | 0 | B | C8 | 44 | 41 |
| Octal | 153 | 274 | 343 | 65 | 21 | 0 | 13 | 310 | 104 | 101 |
| Binary | 1101011 | 10111100 | 11100011 | 110101 | 10001 | 0 | 1011 | 11001000 | 1000100 | 1000001 |
Color Harmonies of #6BBCE3
Complementary color
Monochromatic Colors of #6BBCE3
Black with #6BBCE3
Text Example
Text Example
White with #6BBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCE3; }
p { color: rgb(107,188,227); }
H1.HeaderClassName
{
color: #6BBCE3;
}
.AnyTagClassName
{
color: #6BBCE3;
}
</style>
background-color css
<style>
a { background-color: #6BBCE3; }
a { background-color: rgb(107,188,227); }
div.DivClassName
{
background-color: #6BBCE3;
}
.BgClassName
{
background-color: #6BBCE3;
}
</style>
border-color css
<style>
span { border-color: #6BBCE3; }
span { border-color: rgb(107,188,227); }
td.TdClassName
{
border-color: #6BBCE3;
}
.TagClassName
{
border-color: #6BBCE3;
}
</style>