Shades of Jordy Blue #6FACD9
Tints of Jordy Blue #6FACD9
RGB
CMYK
RGB Variations
Color information
#6FACD9 (or 0x6FACD9) is known color: Jordy Blue. HEX triplet: 6F, AC and D9. RGB value is (111,172,217). Sum of RGB (Red+Green+Blue) = 111+172+217=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACD9 is #905326. Grayscale: #9E9E9E. Windows color (decimal): -9458471 or 14265455. OLE color: 14265455.
HSL color Cylindrical-coordinate representation of color #6FACD9: hue angle of 205.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FACD9 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 172 | 217 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.15 |
| HSL | 205.47º | 0.58% | 0.64% | - |
| HSV(B) | 205.47º | 0.49% | 0.85% | - |
| XYZ | 33.83 | 37.89 | 71.18 | - |
| YUV | 158.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 217 | 0.49 | 0.21 | 0 | 0.15 | 205.47 | 0.58 | 0.64 |
| Hex | 6F | AC | D9 | 31 | 15 | 0 | F | CD | 3A | 40 |
| Octal | 157 | 254 | 331 | 61 | 25 | 0 | 17 | 315 | 72 | 100 |
| Binary | 1101111 | 10101100 | 11011001 | 110001 | 10101 | 0 | 1111 | 11001101 | 111010 | 1000000 |
Color Harmonies of #6FACD9
Complementary color
Monochromatic Colors of #6FACD9
Black with #6FACD9
Text Example
Text Example
White with #6FACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACD9; }
p { color: rgb(111,172,217); }
H1.HeaderClassName
{
color: #6FACD9;
}
.AnyTagClassName
{
color: #6FACD9;
}
</style>
background-color css
<style>
a { background-color: #6FACD9; }
a { background-color: rgb(111,172,217); }
div.DivClassName
{
background-color: #6FACD9;
}
.BgClassName
{
background-color: #6FACD9;
}
</style>
border-color css
<style>
span { border-color: #6FACD9; }
span { border-color: rgb(111,172,217); }
td.TdClassName
{
border-color: #6FACD9;
}
.TagClassName
{
border-color: #6FACD9;
}
</style>