Shades of Malibu #6CAFEF
Tints of Malibu #6CAFEF
RGB
CMYK
RGB Variations
Color information
#6CAFEF (or 0x6CAFEF) is known color: Malibu. HEX triplet: 6C, AF and EF. RGB value is (108,175,239). Sum of RGB (Red+Green+Blue) = 108+175+239=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFEF is #935010. Grayscale: #A1A1A1. Windows color (decimal): -9654289 or 15708012. OLE color: 15708012.
HSL color Cylindrical-coordinate representation of color #6CAFEF: hue angle of 209.31º degrees, saturation: 0.8, 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 #6CAFEF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 175 | 239 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.06 |
| HSL | 209.31º | 0.8% | 0.68% | - |
| HSV(B) | 209.31º | 0.55% | 0.94% | - |
| XYZ | 37.09 | 40.08 | 87.44 | - |
| YUV | 162.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 239 | 0.55 | 0.27 | 0 | 0.06 | 209.31 | 0.8 | 0.68 |
| Hex | 6C | AF | EF | 37 | 1B | 0 | 6 | D1 | 50 | 44 |
| Octal | 154 | 257 | 357 | 67 | 33 | 0 | 6 | 321 | 120 | 104 |
| Binary | 1101100 | 10101111 | 11101111 | 110111 | 11011 | 0 | 110 | 11010001 | 1010000 | 1000100 |
Color Harmonies of #6CAFEF
Complementary color
Monochromatic Colors of #6CAFEF
Black with #6CAFEF
Text Example
Text Example
White with #6CAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAFEF; }
p { color: rgb(108,175,239); }
H1.HeaderClassName
{
color: #6CAFEF;
}
.AnyTagClassName
{
color: #6CAFEF;
}
</style>
background-color css
<style>
a { background-color: #6CAFEF; }
a { background-color: rgb(108,175,239); }
div.DivClassName
{
background-color: #6CAFEF;
}
.BgClassName
{
background-color: #6CAFEF;
}
</style>
border-color css
<style>
span { border-color: #6CAFEF; }
span { border-color: rgb(108,175,239); }
td.TdClassName
{
border-color: #6CAFEF;
}
.TagClassName
{
border-color: #6CAFEF;
}
</style>