Shades of Jordy Blue #6FA9DB
Tints of Jordy Blue #6FA9DB
RGB
CMYK
RGB Variations
Color information
#6FA9DB (or 0x6FA9DB) is known color: Jordy Blue. HEX triplet: 6F, A9 and DB. RGB value is (111,169,219). Sum of RGB (Red+Green+Blue) = 111+169+219=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FA9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9DB is #905624. Grayscale: #9D9D9D. Windows color (decimal): -9459237 or 14395759. OLE color: 14395759.
HSL color Cylindrical-coordinate representation of color #6FA9DB: hue angle of 207.78º 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 #6FA9DB is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 169 | 219 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.14 |
| HSL | 207.78º | 0.6% | 0.65% | - |
| HSV(B) | 207.78º | 0.49% | 0.86% | - |
| XYZ | 33.53 | 36.87 | 72.37 | - |
| YUV | 157.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 219 | 0.49 | 0.23 | 0 | 0.14 | 207.78 | 0.6 | 0.65 |
| Hex | 6F | A9 | DB | 31 | 17 | 0 | E | D0 | 3C | 41 |
| Octal | 157 | 251 | 333 | 61 | 27 | 0 | 16 | 320 | 74 | 101 |
| Binary | 1101111 | 10101001 | 11011011 | 110001 | 10111 | 0 | 1110 | 11010000 | 111100 | 1000001 |
Color Harmonies of #6FA9DB
Complementary color
Monochromatic Colors of #6FA9DB
Black with #6FA9DB
Text Example
Text Example
White with #6FA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA9DB; }
p { color: rgb(111,169,219); }
H1.HeaderClassName
{
color: #6FA9DB;
}
.AnyTagClassName
{
color: #6FA9DB;
}
</style>
background-color css
<style>
a { background-color: #6FA9DB; }
a { background-color: rgb(111,169,219); }
div.DivClassName
{
background-color: #6FA9DB;
}
.BgClassName
{
background-color: #6FA9DB;
}
</style>
border-color css
<style>
span { border-color: #6FA9DB; }
span { border-color: rgb(111,169,219); }
td.TdClassName
{
border-color: #6FA9DB;
}
.TagClassName
{
border-color: #6FA9DB;
}
</style>