Shades of Malibu #6BB7ED
Tints of Malibu #6BB7ED
RGB
CMYK
RGB Variations
Color information
#6BB7ED (or 0x6BB7ED) is known color: Malibu. HEX triplet: 6B, B7 and ED. RGB value is (107,183,237). Sum of RGB (Red+Green+Blue) = 107+183+237=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BB7ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB7ED is #944812. Grayscale: #A6A6A6. Windows color (decimal): -9717779 or 15578987. OLE color: 15578987.
HSL color Cylindrical-coordinate representation of color #6BB7ED: hue angle of 204.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BB7ED is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 183 | 237 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.07 |
| HSL | 204.92º | 0.78% | 0.67% | - |
| HSV(B) | 204.92º | 0.55% | 0.93% | - |
| XYZ | 38.28 | 43.11 | 86.42 | - |
| YUV | 166.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 237 | 0.55 | 0.23 | 0 | 0.07 | 204.92 | 0.78 | 0.67 |
| Hex | 6B | B7 | ED | 37 | 17 | 0 | 7 | CD | 4E | 43 |
| Octal | 153 | 267 | 355 | 67 | 27 | 0 | 7 | 315 | 116 | 103 |
| Binary | 1101011 | 10110111 | 11101101 | 110111 | 10111 | 0 | 111 | 11001101 | 1001110 | 1000011 |
Color Harmonies of #6BB7ED
Complementary color
Monochromatic Colors of #6BB7ED
Black with #6BB7ED
Text Example
Text Example
White with #6BB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB7ED; }
p { color: rgb(107,183,237); }
H1.HeaderClassName
{
color: #6BB7ED;
}
.AnyTagClassName
{
color: #6BB7ED;
}
</style>
background-color css
<style>
a { background-color: #6BB7ED; }
a { background-color: rgb(107,183,237); }
div.DivClassName
{
background-color: #6BB7ED;
}
.BgClassName
{
background-color: #6BB7ED;
}
</style>
border-color css
<style>
span { border-color: #6BB7ED; }
span { border-color: rgb(107,183,237); }
td.TdClassName
{
border-color: #6BB7ED;
}
.TagClassName
{
border-color: #6BB7ED;
}
</style>