Shades of Malibu #6DAFE3
Tints of Malibu #6DAFE3
RGB
CMYK
RGB Variations
Color information
#6DAFE3 (or 0x6DAFE3) is known color: Malibu. HEX triplet: 6D, AF and E3. RGB value is (109,175,227). Sum of RGB (Red+Green+Blue) = 109+175+227=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #6DAFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFE3 is #92501C. Grayscale: #A0A0A0. Windows color (decimal): -9588765 or 14921581. OLE color: 14921581.
HSL color Cylindrical-coordinate representation of color #6DAFE3: hue angle of 206.44º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DAFE3 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 175 | 227 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.11 |
| HSL | 206.44º | 0.68% | 0.66% | - |
| HSV(B) | 206.44º | 0.52% | 0.89% | - |
| XYZ | 35.5 | 39.46 | 78.42 | - |
| YUV | 161.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 227 | 0.52 | 0.23 | 0 | 0.11 | 206.44 | 0.68 | 0.66 |
| Hex | 6D | AF | E3 | 34 | 17 | 0 | B | CE | 44 | 42 |
| Octal | 155 | 257 | 343 | 64 | 27 | 0 | 13 | 316 | 104 | 102 |
| Binary | 1101101 | 10101111 | 11100011 | 110100 | 10111 | 0 | 1011 | 11001110 | 1000100 | 1000010 |
Color Harmonies of #6DAFE3
Complementary color
Monochromatic Colors of #6DAFE3
Black with #6DAFE3
Text Example
Text Example
White with #6DAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFE3; }
p { color: rgb(109,175,227); }
H1.HeaderClassName
{
color: #6DAFE3;
}
.AnyTagClassName
{
color: #6DAFE3;
}
</style>
background-color css
<style>
a { background-color: #6DAFE3; }
a { background-color: rgb(109,175,227); }
div.DivClassName
{
background-color: #6DAFE3;
}
.BgClassName
{
background-color: #6DAFE3;
}
</style>
border-color css
<style>
span { border-color: #6DAFE3; }
span { border-color: rgb(109,175,227); }
td.TdClassName
{
border-color: #6DAFE3;
}
.TagClassName
{
border-color: #6DAFE3;
}
</style>