Shades of Jordy Blue #6FABDD
Tints of Jordy Blue #6FABDD
RGB
CMYK
RGB Variations
Color information
#6FABDD (or 0x6FABDD) is known color: Jordy Blue. HEX triplet: 6F, AB and DD. RGB value is (111,171,221). Sum of RGB (Red+Green+Blue) = 111+171+221=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABDD is #905422. Grayscale: #9E9E9E. Windows color (decimal): -9458723 or 14527343. OLE color: 14527343.
HSL color Cylindrical-coordinate representation of color #6FABDD: hue angle of 207.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FABDD is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 171 | 221 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.13 |
| HSL | 207.27º | 0.62% | 0.65% | - |
| HSV(B) | 207.27º | 0.5% | 0.87% | - |
| XYZ | 34.17 | 37.73 | 73.89 | - |
| YUV | 158.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 221 | 0.50 | 0.23 | 0 | 0.13 | 207.27 | 0.62 | 0.65 |
| Hex | 6F | AB | DD | 32 | 17 | 0 | D | CF | 3E | 41 |
| Octal | 157 | 253 | 335 | 62 | 27 | 0 | 15 | 317 | 76 | 101 |
| Binary | 1101111 | 10101011 | 11011101 | 110010 | 10111 | 0 | 1101 | 11001111 | 111110 | 1000001 |
Color Harmonies of #6FABDD
Complementary color
Monochromatic Colors of #6FABDD
Black with #6FABDD
Text Example
Text Example
White with #6FABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABDD; }
p { color: rgb(111,171,221); }
H1.HeaderClassName
{
color: #6FABDD;
}
.AnyTagClassName
{
color: #6FABDD;
}
</style>
background-color css
<style>
a { background-color: #6FABDD; }
a { background-color: rgb(111,171,221); }
div.DivClassName
{
background-color: #6FABDD;
}
.BgClassName
{
background-color: #6FABDD;
}
</style>
border-color css
<style>
span { border-color: #6FABDD; }
span { border-color: rgb(111,171,221); }
td.TdClassName
{
border-color: #6FABDD;
}
.TagClassName
{
border-color: #6FABDD;
}
</style>