Shades of Malibu #6BAFEE
Tints of Malibu #6BAFEE
RGB
CMYK
RGB Variations
Color information
#6BAFEE (or 0x6BAFEE) is known color: Malibu. HEX triplet: 6B, AF and EE. RGB value is (107,175,238). Sum of RGB (Red+Green+Blue) = 107+175+238=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BAFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFEE is #945011. Grayscale: #A1A1A1. Windows color (decimal): -9719826 or 15642475. OLE color: 15642475.
HSL color Cylindrical-coordinate representation of color #6BAFEE: hue angle of 208.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BAFEE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 175 | 238 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.07 |
| HSL | 208.86º | 0.79% | 0.68% | - |
| HSV(B) | 208.86º | 0.55% | 0.93% | - |
| XYZ | 36.83 | 39.96 | 86.66 | - |
| YUV | 161.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 238 | 0.55 | 0.26 | 0 | 0.07 | 208.86 | 0.79 | 0.68 |
| Hex | 6B | AF | EE | 37 | 1A | 0 | 7 | D1 | 4F | 44 |
| Octal | 153 | 257 | 356 | 67 | 32 | 0 | 7 | 321 | 117 | 104 |
| Binary | 1101011 | 10101111 | 11101110 | 110111 | 11010 | 0 | 111 | 11010001 | 1001111 | 1000100 |
Color Harmonies of #6BAFEE
Complementary color
Monochromatic Colors of #6BAFEE
Black with #6BAFEE
Text Example
Text Example
White with #6BAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFEE; }
p { color: rgb(107,175,238); }
H1.HeaderClassName
{
color: #6BAFEE;
}
.AnyTagClassName
{
color: #6BAFEE;
}
</style>
background-color css
<style>
a { background-color: #6BAFEE; }
a { background-color: rgb(107,175,238); }
div.DivClassName
{
background-color: #6BAFEE;
}
.BgClassName
{
background-color: #6BAFEE;
}
</style>
border-color css
<style>
span { border-color: #6BAFEE; }
span { border-color: rgb(107,175,238); }
td.TdClassName
{
border-color: #6BAFEE;
}
.TagClassName
{
border-color: #6BAFEE;
}
</style>