Shades of Malibu #6AAFE4
Tints of Malibu #6AAFE4
RGB
CMYK
RGB Variations
Color information
#6AAFE4 (or 0x6AAFE4) is known color: Malibu. HEX triplet: 6A, AF and E4. RGB value is (106,175,228). Sum of RGB (Red+Green+Blue) = 106+175+228=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #6AAFE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFE4 is #95501B. Grayscale: #A0A0A0. Windows color (decimal): -9785372 or 14987114. OLE color: 14987114.
HSL color Cylindrical-coordinate representation of color #6AAFE4: hue angle of 206.07º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AAFE4 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 175 | 228 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.11 |
| HSL | 206.07º | 0.69% | 0.65% | - |
| HSV(B) | 206.07º | 0.54% | 0.89% | - |
| XYZ | 35.28 | 39.33 | 79.13 | - |
| YUV | 160.41 | 166.14 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 228 | 0.54 | 0.23 | 0 | 0.11 | 206.07 | 0.69 | 0.65 |
| Hex | 6A | AF | E4 | 36 | 17 | 0 | B | CE | 45 | 41 |
| Octal | 152 | 257 | 344 | 66 | 27 | 0 | 13 | 316 | 105 | 101 |
| Binary | 1101010 | 10101111 | 11100100 | 110110 | 10111 | 0 | 1011 | 11001110 | 1000101 | 1000001 |
Color Harmonies of #6AAFE4
Complementary color
Monochromatic Colors of #6AAFE4
Black with #6AAFE4
Text Example
Text Example
White with #6AAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFE4; }
p { color: rgb(106,175,228); }
H1.HeaderClassName
{
color: #6AAFE4;
}
.AnyTagClassName
{
color: #6AAFE4;
}
</style>
background-color css
<style>
a { background-color: #6AAFE4; }
a { background-color: rgb(106,175,228); }
div.DivClassName
{
background-color: #6AAFE4;
}
.BgClassName
{
background-color: #6AAFE4;
}
</style>
border-color css
<style>
span { border-color: #6AAFE4; }
span { border-color: rgb(106,175,228); }
td.TdClassName
{
border-color: #6AAFE4;
}
.TagClassName
{
border-color: #6AAFE4;
}
</style>