Shades of Malibu #6BB5E4
Tints of Malibu #6BB5E4
RGB
CMYK
RGB Variations
Color information
#6BB5E4 (or 0x6BB5E4) is known color: Malibu. HEX triplet: 6B, B5 and E4. RGB value is (107,181,228). Sum of RGB (Red+Green+Blue) = 107+181+228=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BB5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB5E4 is #944A1B. Grayscale: #A3A3A3. Windows color (decimal): -9718300 or 14988651. OLE color: 14988651.
HSL color Cylindrical-coordinate representation of color #6BB5E4: hue angle of 203.31º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BB5E4 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 181 | 228 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.11 |
| HSL | 203.31º | 0.69% | 0.66% | - |
| HSV(B) | 203.31º | 0.53% | 0.89% | - |
| XYZ | 36.59 | 41.77 | 79.53 | - |
| YUV | 164.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 181 | 228 | 0.53 | 0.21 | 0 | 0.11 | 203.31 | 0.69 | 0.66 |
| Hex | 6B | B5 | E4 | 35 | 15 | 0 | B | CB | 45 | 42 |
| Octal | 153 | 265 | 344 | 65 | 25 | 0 | 13 | 313 | 105 | 102 |
| Binary | 1101011 | 10110101 | 11100100 | 110101 | 10101 | 0 | 1011 | 11001011 | 1000101 | 1000010 |
Color Harmonies of #6BB5E4
Complementary color
Monochromatic Colors of #6BB5E4
Black with #6BB5E4
Text Example
Text Example
White with #6BB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB5E4; }
p { color: rgb(107,181,228); }
H1.HeaderClassName
{
color: #6BB5E4;
}
.AnyTagClassName
{
color: #6BB5E4;
}
</style>
background-color css
<style>
a { background-color: #6BB5E4; }
a { background-color: rgb(107,181,228); }
div.DivClassName
{
background-color: #6BB5E4;
}
.BgClassName
{
background-color: #6BB5E4;
}
</style>
border-color css
<style>
span { border-color: #6BB5E4; }
span { border-color: rgb(107,181,228); }
td.TdClassName
{
border-color: #6BB5E4;
}
.TagClassName
{
border-color: #6BB5E4;
}
</style>