Shades of Jordy Blue #6DA4DD
Tints of Jordy Blue #6DA4DD
RGB
CMYK
RGB Variations
Color information
#6DA4DD (or 0x6DA4DD) is known color: Jordy Blue. HEX triplet: 6D, A4 and DD. RGB value is (109,164,221). Sum of RGB (Red+Green+Blue) = 109+164+221=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DA4DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4DD is #925B22. Grayscale: #999999. Windows color (decimal): -9591587 or 14525549. OLE color: 14525549.
HSL color Cylindrical-coordinate representation of color #6DA4DD: hue angle of 210.54º 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 #6DA4DD is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 164 | 221 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.13 |
| HSL | 210.54º | 0.62% | 0.65% | - |
| HSV(B) | 210.54º | 0.51% | 0.87% | - |
| XYZ | 32.63 | 35.02 | 73.45 | - |
| YUV | 154.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 221 | 0.51 | 0.26 | 0 | 0.13 | 210.54 | 0.62 | 0.65 |
| Hex | 6D | A4 | DD | 33 | 1A | 0 | D | D3 | 3E | 41 |
| Octal | 155 | 244 | 335 | 63 | 32 | 0 | 15 | 323 | 76 | 101 |
| Binary | 1101101 | 10100100 | 11011101 | 110011 | 11010 | 0 | 1101 | 11010011 | 111110 | 1000001 |
Color Harmonies of #6DA4DD
Complementary color
Monochromatic Colors of #6DA4DD
Black with #6DA4DD
Text Example
Text Example
White with #6DA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4DD; }
p { color: rgb(109,164,221); }
H1.HeaderClassName
{
color: #6DA4DD;
}
.AnyTagClassName
{
color: #6DA4DD;
}
</style>
background-color css
<style>
a { background-color: #6DA4DD; }
a { background-color: rgb(109,164,221); }
div.DivClassName
{
background-color: #6DA4DD;
}
.BgClassName
{
background-color: #6DA4DD;
}
</style>
border-color css
<style>
span { border-color: #6DA4DD; }
span { border-color: rgb(109,164,221); }
td.TdClassName
{
border-color: #6DA4DD;
}
.TagClassName
{
border-color: #6DA4DD;
}
</style>