Shades of Jordy Blue #6FAADD
Tints of Jordy Blue #6FAADD
RGB
CMYK
RGB Variations
Color information
#6FAADD (or 0x6FAADD) is known color: Jordy Blue. HEX triplet: 6F, AA and DD. RGB value is (111,170,221). Sum of RGB (Red+Green+Blue) = 111+170+221=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAADD is #905522. Grayscale: #9D9D9D. Windows color (decimal): -9458979 or 14527087. OLE color: 14527087.
HSL color Cylindrical-coordinate representation of color #6FAADD: hue angle of 207.82º 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 #6FAADD is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 170 | 221 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.13 |
| HSL | 207.82º | 0.62% | 0.65% | - |
| HSV(B) | 207.82º | 0.5% | 0.87% | - |
| XYZ | 33.98 | 37.35 | 73.82 | - |
| YUV | 158.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 221 | 0.50 | 0.23 | 0 | 0.13 | 207.82 | 0.62 | 0.65 |
| Hex | 6F | AA | DD | 32 | 17 | 0 | D | D0 | 3E | 41 |
| Octal | 157 | 252 | 335 | 62 | 27 | 0 | 15 | 320 | 76 | 101 |
| Binary | 1101111 | 10101010 | 11011101 | 110010 | 10111 | 0 | 1101 | 11010000 | 111110 | 1000001 |
Color Harmonies of #6FAADD
Complementary color
Monochromatic Colors of #6FAADD
Black with #6FAADD
Text Example
Text Example
White with #6FAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAADD; }
p { color: rgb(111,170,221); }
H1.HeaderClassName
{
color: #6FAADD;
}
.AnyTagClassName
{
color: #6FAADD;
}
</style>
background-color css
<style>
a { background-color: #6FAADD; }
a { background-color: rgb(111,170,221); }
div.DivClassName
{
background-color: #6FAADD;
}
.BgClassName
{
background-color: #6FAADD;
}
</style>
border-color css
<style>
span { border-color: #6FAADD; }
span { border-color: rgb(111,170,221); }
td.TdClassName
{
border-color: #6FAADD;
}
.TagClassName
{
border-color: #6FAADD;
}
</style>