Shades of Jordy Blue #6FA9DD
Tints of Jordy Blue #6FA9DD
RGB
CMYK
RGB Variations
Color information
#6FA9DD (or 0x6FA9DD) is known color: Jordy Blue. HEX triplet: 6F, A9 and DD. RGB value is (111,169,221). Sum of RGB (Red+Green+Blue) = 111+169+221=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FA9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9DD is #905622. Grayscale: #9D9D9D. Windows color (decimal): -9459235 or 14526831. OLE color: 14526831.
HSL color Cylindrical-coordinate representation of color #6FA9DD: hue angle of 208.36º 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 #6FA9DD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 169 | 221 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.13 |
| HSL | 208.36º | 0.62% | 0.65% | - |
| HSV(B) | 208.36º | 0.5% | 0.87% | - |
| XYZ | 33.79 | 36.98 | 73.76 | - |
| YUV | 157.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 221 | 0.50 | 0.24 | 0 | 0.13 | 208.36 | 0.62 | 0.65 |
| Hex | 6F | A9 | DD | 32 | 18 | 0 | D | D0 | 3E | 41 |
| Octal | 157 | 251 | 335 | 62 | 30 | 0 | 15 | 320 | 76 | 101 |
| Binary | 1101111 | 10101001 | 11011101 | 110010 | 11000 | 0 | 1101 | 11010000 | 111110 | 1000001 |
Color Harmonies of #6FA9DD
Complementary color
Monochromatic Colors of #6FA9DD
Black with #6FA9DD
Text Example
Text Example
White with #6FA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA9DD; }
p { color: rgb(111,169,221); }
H1.HeaderClassName
{
color: #6FA9DD;
}
.AnyTagClassName
{
color: #6FA9DD;
}
</style>
background-color css
<style>
a { background-color: #6FA9DD; }
a { background-color: rgb(111,169,221); }
div.DivClassName
{
background-color: #6FA9DD;
}
.BgClassName
{
background-color: #6FA9DD;
}
</style>
border-color css
<style>
span { border-color: #6FA9DD; }
span { border-color: rgb(111,169,221); }
td.TdClassName
{
border-color: #6FA9DD;
}
.TagClassName
{
border-color: #6FA9DD;
}
</style>