Shades of Jordy Blue #6DAADD
Tints of Jordy Blue #6DAADD
RGB
CMYK
RGB Variations
Color information
#6DAADD (or 0x6DAADD) is known color: Jordy Blue. HEX triplet: 6D, AA and DD. RGB value is (109,170,221). Sum of RGB (Red+Green+Blue) = 109+170+221=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAADD is #925522. Grayscale: #9D9D9D. Windows color (decimal): -9590051 or 14527085. OLE color: 14527085.
HSL color Cylindrical-coordinate representation of color #6DAADD: hue angle of 207.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DAADD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 170 | 221 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.13 |
| HSL | 207.32º | 0.62% | 0.65% | - |
| HSV(B) | 207.32º | 0.51% | 0.87% | - |
| XYZ | 33.73 | 37.22 | 73.81 | - |
| YUV | 157.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 221 | 0.51 | 0.23 | 0 | 0.13 | 207.32 | 0.62 | 0.65 |
| Hex | 6D | AA | DD | 33 | 17 | 0 | D | CF | 3E | 41 |
| Octal | 155 | 252 | 335 | 63 | 27 | 0 | 15 | 317 | 76 | 101 |
| Binary | 1101101 | 10101010 | 11011101 | 110011 | 10111 | 0 | 1101 | 11001111 | 111110 | 1000001 |
Color Harmonies of #6DAADD
Complementary color
Monochromatic Colors of #6DAADD
Black with #6DAADD
Text Example
Text Example
White with #6DAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAADD; }
p { color: rgb(109,170,221); }
H1.HeaderClassName
{
color: #6DAADD;
}
.AnyTagClassName
{
color: #6DAADD;
}
</style>
background-color css
<style>
a { background-color: #6DAADD; }
a { background-color: rgb(109,170,221); }
div.DivClassName
{
background-color: #6DAADD;
}
.BgClassName
{
background-color: #6DAADD;
}
</style>
border-color css
<style>
span { border-color: #6DAADD; }
span { border-color: rgb(109,170,221); }
td.TdClassName
{
border-color: #6DAADD;
}
.TagClassName
{
border-color: #6DAADD;
}
</style>