Shades of Jordy Blue #6D9FDD
Tints of Jordy Blue #6D9FDD
RGB
CMYK
RGB Variations
Color information
#6D9FDD (or 0x6D9FDD) is known color: Jordy Blue. HEX triplet: 6D, 9F and DD. RGB value is (109,159,221). Sum of RGB (Red+Green+Blue) = 109+159+221=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FDD is #926022. Grayscale: #969696. Windows color (decimal): -9592867 or 14524269. OLE color: 14524269.
HSL color Cylindrical-coordinate representation of color #6D9FDD: hue angle of 213.21º 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 #6D9FDD is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 159 | 221 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.13 |
| HSL | 213.21º | 0.62% | 0.65% | - |
| HSV(B) | 213.21º | 0.51% | 0.87% | - |
| XYZ | 31.76 | 33.27 | 73.15 | - |
| YUV | 151.12 | 167.44 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 221 | 0.51 | 0.28 | 0 | 0.13 | 213.21 | 0.62 | 0.65 |
| Hex | 6D | 9F | DD | 33 | 1C | 0 | D | D5 | 3E | 41 |
| Octal | 155 | 237 | 335 | 63 | 34 | 0 | 15 | 325 | 76 | 101 |
| Binary | 1101101 | 10011111 | 11011101 | 110011 | 11100 | 0 | 1101 | 11010101 | 111110 | 1000001 |
Color Harmonies of #6D9FDD
Complementary color
Monochromatic Colors of #6D9FDD
Black with #6D9FDD
Text Example
Text Example
White with #6D9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FDD; }
p { color: rgb(109,159,221); }
H1.HeaderClassName
{
color: #6D9FDD;
}
.AnyTagClassName
{
color: #6D9FDD;
}
</style>
background-color css
<style>
a { background-color: #6D9FDD; }
a { background-color: rgb(109,159,221); }
div.DivClassName
{
background-color: #6D9FDD;
}
.BgClassName
{
background-color: #6D9FDD;
}
</style>
border-color css
<style>
span { border-color: #6D9FDD; }
span { border-color: rgb(109,159,221); }
td.TdClassName
{
border-color: #6D9FDD;
}
.TagClassName
{
border-color: #6D9FDD;
}
</style>