Shades of Malibu #6BBCE7
Tints of Malibu #6BBCE7
RGB
CMYK
RGB Variations
Color information
#6BBCE7 (or 0x6BBCE7) is known color: Malibu. HEX triplet: 6B, BC and E7. RGB value is (107,188,231). Sum of RGB (Red+Green+Blue) = 107+188+231=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #6BBCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCE7 is #944318. Grayscale: #A8A8A8. Windows color (decimal): -9716505 or 15187051. OLE color: 15187051.
HSL color Cylindrical-coordinate representation of color #6BBCE7: hue angle of 200.81º degrees, saturation: 0.72, 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 #6BBCE7 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 188 | 231 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.09 |
| HSL | 200.81º | 0.72% | 0.66% | - |
| HSV(B) | 200.81º | 0.54% | 0.91% | - |
| XYZ | 38.47 | 44.86 | 82.23 | - |
| YUV | 168.68 | 163.16 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 231 | 0.54 | 0.19 | 0 | 0.09 | 200.81 | 0.72 | 0.66 |
| Hex | 6B | BC | E7 | 36 | 13 | 0 | 9 | C9 | 48 | 42 |
| Octal | 153 | 274 | 347 | 66 | 23 | 0 | 11 | 311 | 110 | 102 |
| Binary | 1101011 | 10111100 | 11100111 | 110110 | 10011 | 0 | 1001 | 11001001 | 1001000 | 1000010 |
Color Harmonies of #6BBCE7
Complementary color
Monochromatic Colors of #6BBCE7
Black with #6BBCE7
Text Example
Text Example
White with #6BBCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCE7; }
p { color: rgb(107,188,231); }
H1.HeaderClassName
{
color: #6BBCE7;
}
.AnyTagClassName
{
color: #6BBCE7;
}
</style>
background-color css
<style>
a { background-color: #6BBCE7; }
a { background-color: rgb(107,188,231); }
div.DivClassName
{
background-color: #6BBCE7;
}
.BgClassName
{
background-color: #6BBCE7;
}
</style>
border-color css
<style>
span { border-color: #6BBCE7; }
span { border-color: rgb(107,188,231); }
td.TdClassName
{
border-color: #6BBCE7;
}
.TagClassName
{
border-color: #6BBCE7;
}
</style>