Shades of Jordy Blue #6DA4DB
Tints of Jordy Blue #6DA4DB
RGB
CMYK
RGB Variations
Color information
#6DA4DB (or 0x6DA4DB) is known color: Jordy Blue. HEX triplet: 6D, A4 and DB. RGB value is (109,164,219). Sum of RGB (Red+Green+Blue) = 109+164+219=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4DB is #925B24. Grayscale: #999999. Windows color (decimal): -9591589 or 14394477. OLE color: 14394477.
HSL color Cylindrical-coordinate representation of color #6DA4DB: hue angle of 210º 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 #6DA4DB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 164 | 219 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.14 |
| HSL | 210º | 0.6% | 0.64% | - |
| HSV(B) | 210º | 0.5% | 0.86% | - |
| XYZ | 32.37 | 34.92 | 72.05 | - |
| YUV | 153.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 219 | 0.50 | 0.25 | 0 | 0.14 | 210 | 0.6 | 0.64 |
| Hex | 6D | A4 | DB | 32 | 19 | 0 | E | D2 | 3C | 40 |
| Octal | 155 | 244 | 333 | 62 | 31 | 0 | 16 | 322 | 74 | 100 |
| Binary | 1101101 | 10100100 | 11011011 | 110010 | 11001 | 0 | 1110 | 11010010 | 111100 | 1000000 |
Color Harmonies of #6DA4DB
Complementary color
Monochromatic Colors of #6DA4DB
Black with #6DA4DB
Text Example
Text Example
White with #6DA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4DB; }
p { color: rgb(109,164,219); }
H1.HeaderClassName
{
color: #6DA4DB;
}
.AnyTagClassName
{
color: #6DA4DB;
}
</style>
background-color css
<style>
a { background-color: #6DA4DB; }
a { background-color: rgb(109,164,219); }
div.DivClassName
{
background-color: #6DA4DB;
}
.BgClassName
{
background-color: #6DA4DB;
}
</style>
border-color css
<style>
span { border-color: #6DA4DB; }
span { border-color: rgb(109,164,219); }
td.TdClassName
{
border-color: #6DA4DB;
}
.TagClassName
{
border-color: #6DA4DB;
}
</style>