Shades of Malibu #6BAFF0
Tints of Malibu #6BAFF0
RGB
CMYK
RGB Variations
Color information
#6BAFF0 (or 0x6BAFF0) is known color: Malibu. HEX triplet: 6B, AF and F0. RGB value is (107,175,240). Sum of RGB (Red+Green+Blue) = 107+175+240=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BAFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFF0 is #94500F. Grayscale: #A1A1A1. Windows color (decimal): -9719824 or 15773547. OLE color: 15773547.
HSL color Cylindrical-coordinate representation of color #6BAFF0: hue angle of 209.32º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BAFF0 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 175 | 240 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.06 |
| HSL | 209.32º | 0.82% | 0.68% | - |
| HSV(B) | 209.32º | 0.55% | 0.94% | - |
| XYZ | 37.12 | 40.08 | 88.22 | - |
| YUV | 162.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 240 | 0.55 | 0.27 | 0 | 0.06 | 209.32 | 0.82 | 0.68 |
| Hex | 6B | AF | F0 | 37 | 1B | 0 | 6 | D1 | 52 | 44 |
| Octal | 153 | 257 | 360 | 67 | 33 | 0 | 6 | 321 | 122 | 104 |
| Binary | 1101011 | 10101111 | 11110000 | 110111 | 11011 | 0 | 110 | 11010001 | 1010010 | 1000100 |
Color Harmonies of #6BAFF0
Complementary color
Monochromatic Colors of #6BAFF0
Black with #6BAFF0
Text Example
Text Example
White with #6BAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFF0; }
p { color: rgb(107,175,240); }
H1.HeaderClassName
{
color: #6BAFF0;
}
.AnyTagClassName
{
color: #6BAFF0;
}
</style>
background-color css
<style>
a { background-color: #6BAFF0; }
a { background-color: rgb(107,175,240); }
div.DivClassName
{
background-color: #6BAFF0;
}
.BgClassName
{
background-color: #6BAFF0;
}
</style>
border-color css
<style>
span { border-color: #6BAFF0; }
span { border-color: rgb(107,175,240); }
td.TdClassName
{
border-color: #6BAFF0;
}
.TagClassName
{
border-color: #6BAFF0;
}
</style>