Shades of Jordy Blue #6DAADB
Tints of Jordy Blue #6DAADB
RGB
CMYK
RGB Variations
Color information
#6DAADB (or 0x6DAADB) is known color: Jordy Blue. HEX triplet: 6D, AA and DB. RGB value is (109,170,219). Sum of RGB (Red+Green+Blue) = 109+170+219=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAADB is #925524. Grayscale: #9D9D9D. Windows color (decimal): -9590053 or 14396013. OLE color: 14396013.
HSL color Cylindrical-coordinate representation of color #6DAADB: hue angle of 206.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DAADB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 170 | 219 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.14 |
| HSL | 206.73º | 0.6% | 0.64% | - |
| HSV(B) | 206.73º | 0.5% | 0.86% | - |
| XYZ | 33.47 | 37.12 | 72.42 | - |
| YUV | 157.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 219 | 0.50 | 0.22 | 0 | 0.14 | 206.73 | 0.6 | 0.64 |
| Hex | 6D | AA | DB | 32 | 16 | 0 | E | CF | 3C | 40 |
| Octal | 155 | 252 | 333 | 62 | 26 | 0 | 16 | 317 | 74 | 100 |
| Binary | 1101101 | 10101010 | 11011011 | 110010 | 10110 | 0 | 1110 | 11001111 | 111100 | 1000000 |
Color Harmonies of #6DAADB
Complementary color
Monochromatic Colors of #6DAADB
Black with #6DAADB
Text Example
Text Example
White with #6DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAADB; }
p { color: rgb(109,170,219); }
H1.HeaderClassName
{
color: #6DAADB;
}
.AnyTagClassName
{
color: #6DAADB;
}
</style>
background-color css
<style>
a { background-color: #6DAADB; }
a { background-color: rgb(109,170,219); }
div.DivClassName
{
background-color: #6DAADB;
}
.BgClassName
{
background-color: #6DAADB;
}
</style>
border-color css
<style>
span { border-color: #6DAADB; }
span { border-color: rgb(109,170,219); }
td.TdClassName
{
border-color: #6DAADB;
}
.TagClassName
{
border-color: #6DAADB;
}
</style>