Shades of Malibu #6BAFE1
Tints of Malibu #6BAFE1
RGB
CMYK
RGB Variations
Color information
#6BAFE1 (or 0x6BAFE1) is known color: Malibu. HEX triplet: 6B, AF and E1. RGB value is (107,175,225). Sum of RGB (Red+Green+Blue) = 107+175+225=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #6BAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFE1 is #94501E. Grayscale: #A0A0A0. Windows color (decimal): -9719839 or 14790507. OLE color: 14790507.
HSL color Cylindrical-coordinate representation of color #6BAFE1: hue angle of 205.42º degrees, saturation: 0.66, 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 #6BAFE1 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 175 | 225 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.12 |
| HSL | 205.42º | 0.66% | 0.65% | - |
| HSV(B) | 205.42º | 0.52% | 0.88% | - |
| XYZ | 34.98 | 39.22 | 76.96 | - |
| YUV | 160.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 225 | 0.52 | 0.22 | 0 | 0.12 | 205.42 | 0.66 | 0.65 |
| Hex | 6B | AF | E1 | 34 | 16 | 0 | C | CD | 42 | 41 |
| Octal | 153 | 257 | 341 | 64 | 26 | 0 | 14 | 315 | 102 | 101 |
| Binary | 1101011 | 10101111 | 11100001 | 110100 | 10110 | 0 | 1100 | 11001101 | 1000010 | 1000001 |
Color Harmonies of #6BAFE1
Complementary color
Monochromatic Colors of #6BAFE1
Black with #6BAFE1
Text Example
Text Example
White with #6BAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFE1; }
p { color: rgb(107,175,225); }
H1.HeaderClassName
{
color: #6BAFE1;
}
.AnyTagClassName
{
color: #6BAFE1;
}
</style>
background-color css
<style>
a { background-color: #6BAFE1; }
a { background-color: rgb(107,175,225); }
div.DivClassName
{
background-color: #6BAFE1;
}
.BgClassName
{
background-color: #6BAFE1;
}
</style>
border-color css
<style>
span { border-color: #6BAFE1; }
span { border-color: rgb(107,175,225); }
td.TdClassName
{
border-color: #6BAFE1;
}
.TagClassName
{
border-color: #6BAFE1;
}
</style>