Shades of Jordy Blue #6DA5DD
Tints of Jordy Blue #6DA5DD
RGB
CMYK
RGB Variations
Color information
#6DA5DD (or 0x6DA5DD) is known color: Jordy Blue. HEX triplet: 6D, A5 and DD. RGB value is (109,165,221). Sum of RGB (Red+Green+Blue) = 109+165+221=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DA5DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA5DD is #925A22. Grayscale: #9A9A9A. Windows color (decimal): -9591331 or 14525805. OLE color: 14525805.
HSL color Cylindrical-coordinate representation of color #6DA5DD: hue angle of 210º 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 #6DA5DD is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 165 | 221 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.13 |
| HSL | 210º | 0.62% | 0.65% | - |
| HSV(B) | 210º | 0.51% | 0.87% | - |
| XYZ | 32.81 | 35.38 | 73.51 | - |
| YUV | 154.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 221 | 0.51 | 0.25 | 0 | 0.13 | 210 | 0.62 | 0.65 |
| Hex | 6D | A5 | DD | 33 | 19 | 0 | D | D2 | 3E | 41 |
| Octal | 155 | 245 | 335 | 63 | 31 | 0 | 15 | 322 | 76 | 101 |
| Binary | 1101101 | 10100101 | 11011101 | 110011 | 11001 | 0 | 1101 | 11010010 | 111110 | 1000001 |
Color Harmonies of #6DA5DD
Complementary color
Monochromatic Colors of #6DA5DD
Black with #6DA5DD
Text Example
Text Example
White with #6DA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA5DD; }
p { color: rgb(109,165,221); }
H1.HeaderClassName
{
color: #6DA5DD;
}
.AnyTagClassName
{
color: #6DA5DD;
}
</style>
background-color css
<style>
a { background-color: #6DA5DD; }
a { background-color: rgb(109,165,221); }
div.DivClassName
{
background-color: #6DA5DD;
}
.BgClassName
{
background-color: #6DA5DD;
}
</style>
border-color css
<style>
span { border-color: #6DA5DD; }
span { border-color: rgb(109,165,221); }
td.TdClassName
{
border-color: #6DA5DD;
}
.TagClassName
{
border-color: #6DA5DD;
}
</style>