Shades of Jordy Blue #6DA5DB
Tints of Jordy Blue #6DA5DB
RGB
CMYK
RGB Variations
Color information
#6DA5DB (or 0x6DA5DB) is known color: Jordy Blue. HEX triplet: 6D, A5 and DB. RGB value is (109,165,219). Sum of RGB (Red+Green+Blue) = 109+165+219=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA5DB is #925A24. Grayscale: #9A9A9A. Windows color (decimal): -9591333 or 14394733. OLE color: 14394733.
HSL color Cylindrical-coordinate representation of color #6DA5DB: hue angle of 209.45º 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 #6DA5DB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 165 | 219 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.14 |
| HSL | 209.45º | 0.6% | 0.64% | - |
| HSV(B) | 209.45º | 0.5% | 0.86% | - |
| XYZ | 32.55 | 35.28 | 72.11 | - |
| YUV | 154.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 219 | 0.50 | 0.25 | 0 | 0.14 | 209.45 | 0.6 | 0.64 |
| Hex | 6D | A5 | DB | 32 | 19 | 0 | E | D1 | 3C | 40 |
| Octal | 155 | 245 | 333 | 62 | 31 | 0 | 16 | 321 | 74 | 100 |
| Binary | 1101101 | 10100101 | 11011011 | 110010 | 11001 | 0 | 1110 | 11010001 | 111100 | 1000000 |
Color Harmonies of #6DA5DB
Complementary color
Monochromatic Colors of #6DA5DB
Black with #6DA5DB
Text Example
Text Example
White with #6DA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA5DB; }
p { color: rgb(109,165,219); }
H1.HeaderClassName
{
color: #6DA5DB;
}
.AnyTagClassName
{
color: #6DA5DB;
}
</style>
background-color css
<style>
a { background-color: #6DA5DB; }
a { background-color: rgb(109,165,219); }
div.DivClassName
{
background-color: #6DA5DB;
}
.BgClassName
{
background-color: #6DA5DB;
}
</style>
border-color css
<style>
span { border-color: #6DA5DB; }
span { border-color: rgb(109,165,219); }
td.TdClassName
{
border-color: #6DA5DB;
}
.TagClassName
{
border-color: #6DA5DB;
}
</style>