Shades of Malibu #6FAFDB
Tints of Malibu #6FAFDB
RGB
CMYK
RGB Variations
Color information
#6FAFDB (or 0x6FAFDB) is known color: Malibu. HEX triplet: 6F, AF and DB. RGB value is (111,175,219). Sum of RGB (Red+Green+Blue) = 111+175+219=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFDB is #905024. Grayscale: #A0A0A0. Windows color (decimal): -9457701 or 14397295. OLE color: 14397295.
HSL color Cylindrical-coordinate representation of color #6FAFDB: hue angle of 204.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FAFDB is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 111 | 175 | 219 | - |
CMYK | 0.49 | 0.20 | 0 | 0.14 |
HSL | 204.44º | 0.6% | 0.65% | - |
HSV(B) | 204.44º | 0.49% | 0.86% | - |
XYZ | 34.67 | 39.15 | 72.75 | - |
YUV | 160.88 | 160.8 | 92.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 175 | 219 | 0.49 | 0.20 | 0 | 0.14 | 204.44 | 0.6 | 0.65 |
Hex | 6F | AF | DB | 31 | 14 | 0 | E | CC | 3C | 41 |
Octal | 157 | 257 | 333 | 61 | 24 | 0 | 16 | 314 | 74 | 101 |
Binary | 1101111 | 10101111 | 11011011 | 110001 | 10100 | 0 | 1110 | 11001100 | 111100 | 1000001 |
Color Harmonies of #6FAFDB
Complementary color
Monochromatic Colors of #6FAFDB
Black with #6FAFDB
Text Example
Text Example
White with #6FAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFDB; }
p { color: rgb(111,175,219); }
H1.HeaderClassName
{
color: #6FAFDB;
}
.AnyTagClassName
{
color: #6FAFDB;
}
</style>
background-color css
<style>
a { background-color: #6FAFDB; }
a { background-color: rgb(111,175,219); }
div.DivClassName
{
background-color: #6FAFDB;
}
.BgClassName
{
background-color: #6FAFDB;
}
</style>
border-color css
<style>
span { border-color: #6FAFDB; }
span { border-color: rgb(111,175,219); }
td.TdClassName
{
border-color: #6FAFDB;
}
.TagClassName
{
border-color: #6FAFDB;
}
</style>