Shades of Malibu #6BBEEE
Tints of Malibu #6BBEEE
RGB
CMYK
RGB Variations
Color information
#6BBEEE (or 0x6BBEEE) is known color: Malibu. HEX triplet: 6B, BE and EE. RGB value is (107,190,238). Sum of RGB (Red+Green+Blue) = 107+190+238=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BBEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBEEE is #944111. Grayscale: #AAAAAA. Windows color (decimal): -9715986 or 15646315. OLE color: 15646315.
HSL color Cylindrical-coordinate representation of color #6BBEEE: hue angle of 201.98º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BBEEE is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 190 | 238 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.07 |
| HSL | 201.98º | 0.79% | 0.68% | - |
| HSV(B) | 201.98º | 0.55% | 0.93% | - |
| XYZ | 39.91 | 46.13 | 87.69 | - |
| YUV | 170.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 238 | 0.55 | 0.20 | 0 | 0.07 | 201.98 | 0.79 | 0.68 |
| Hex | 6B | BE | EE | 37 | 14 | 0 | 7 | CA | 4F | 44 |
| Octal | 153 | 276 | 356 | 67 | 24 | 0 | 7 | 312 | 117 | 104 |
| Binary | 1101011 | 10111110 | 11101110 | 110111 | 10100 | 0 | 111 | 11001010 | 1001111 | 1000100 |
Color Harmonies of #6BBEEE
Complementary color
Monochromatic Colors of #6BBEEE
Black with #6BBEEE
Text Example
Text Example
White with #6BBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEEE; }
p { color: rgb(107,190,238); }
H1.HeaderClassName
{
color: #6BBEEE;
}
.AnyTagClassName
{
color: #6BBEEE;
}
</style>
background-color css
<style>
a { background-color: #6BBEEE; }
a { background-color: rgb(107,190,238); }
div.DivClassName
{
background-color: #6BBEEE;
}
.BgClassName
{
background-color: #6BBEEE;
}
</style>
border-color css
<style>
span { border-color: #6BBEEE; }
span { border-color: rgb(107,190,238); }
td.TdClassName
{
border-color: #6BBEEE;
}
.TagClassName
{
border-color: #6BBEEE;
}
</style>