Shades of Jordy Blue #6DA5DC
Tints of Jordy Blue #6DA5DC
RGB
CMYK
RGB Variations
Color information
#6DA5DC (or 0x6DA5DC) is known color: Jordy Blue. HEX triplet: 6D, A5 and DC. RGB value is (109,165,220). Sum of RGB (Red+Green+Blue) = 109+165+220=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DA5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA5DC is #925A23. Grayscale: #9A9A9A. Windows color (decimal): -9591332 or 14460269. OLE color: 14460269.
HSL color Cylindrical-coordinate representation of color #6DA5DC: hue angle of 209.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DA5DC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 165 | 220 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.14 |
| HSL | 209.73º | 0.61% | 0.65% | - |
| HSV(B) | 209.73º | 0.5% | 0.86% | - |
| XYZ | 32.68 | 35.33 | 72.81 | - |
| YUV | 154.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 220 | 0.50 | 0.25 | 0 | 0.14 | 209.73 | 0.61 | 0.65 |
| Hex | 6D | A5 | DC | 32 | 19 | 0 | E | D2 | 3D | 41 |
| Octal | 155 | 245 | 334 | 62 | 31 | 0 | 16 | 322 | 75 | 101 |
| Binary | 1101101 | 10100101 | 11011100 | 110010 | 11001 | 0 | 1110 | 11010010 | 111101 | 1000001 |
Color Harmonies of #6DA5DC
Complementary color
Monochromatic Colors of #6DA5DC
Black with #6DA5DC
Text Example
Text Example
White with #6DA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA5DC; }
p { color: rgb(109,165,220); }
H1.HeaderClassName
{
color: #6DA5DC;
}
.AnyTagClassName
{
color: #6DA5DC;
}
</style>
background-color css
<style>
a { background-color: #6DA5DC; }
a { background-color: rgb(109,165,220); }
div.DivClassName
{
background-color: #6DA5DC;
}
.BgClassName
{
background-color: #6DA5DC;
}
</style>
border-color css
<style>
span { border-color: #6DA5DC; }
span { border-color: rgb(109,165,220); }
td.TdClassName
{
border-color: #6DA5DC;
}
.TagClassName
{
border-color: #6DA5DC;
}
</style>