Shades of Malibu #67AFF4
Tints of Malibu #67AFF4
RGB
CMYK
RGB Variations
Color information
#67AFF4 (or 0x67AFF4) is known color: Malibu. HEX triplet: 67, AF and F4. RGB value is (103,175,244). Sum of RGB (Red+Green+Blue) = 103+175+244=522 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.73% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #67AFF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFF4 is #98500B. Grayscale: #A0A0A0. Windows color (decimal): -9981964 or 16035687. OLE color: 16035687.
HSL color Cylindrical-coordinate representation of color #67AFF4: hue angle of 209.36º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67AFF4 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 175 | 244 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.04 |
| HSL | 209.36º | 0.87% | 0.68% | - |
| HSV(B) | 209.36º | 0.58% | 0.96% | - |
| XYZ | 37.25 | 40.08 | 91.36 | - |
| YUV | 161.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 244 | 0.58 | 0.28 | 0 | 0.04 | 209.36 | 0.87 | 0.68 |
| Hex | 67 | AF | F4 | 3A | 1C | 0 | 4 | D1 | 57 | 44 |
| Octal | 147 | 257 | 364 | 72 | 34 | 0 | 4 | 321 | 127 | 104 |
| Binary | 1100111 | 10101111 | 11110100 | 111010 | 11100 | 0 | 100 | 11010001 | 1010111 | 1000100 |
Color Harmonies of #67AFF4
Complementary color
Monochromatic Colors of #67AFF4
Black with #67AFF4
Text Example
Text Example
White with #67AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AFF4; }
p { color: rgb(103,175,244); }
H1.HeaderClassName
{
color: #67AFF4;
}
.AnyTagClassName
{
color: #67AFF4;
}
</style>
background-color css
<style>
a { background-color: #67AFF4; }
a { background-color: rgb(103,175,244); }
div.DivClassName
{
background-color: #67AFF4;
}
.BgClassName
{
background-color: #67AFF4;
}
</style>
border-color css
<style>
span { border-color: #67AFF4; }
span { border-color: rgb(103,175,244); }
td.TdClassName
{
border-color: #67AFF4;
}
.TagClassName
{
border-color: #67AFF4;
}
</style>