Shades of Jordy Blue #6D9DDF
Tints of Jordy Blue #6D9DDF
RGB
CMYK
RGB Variations
Color information
#6D9DDF (or 0x6D9DDF) is known color: Jordy Blue. HEX triplet: 6D, 9D and DF. RGB value is (109,157,223). Sum of RGB (Red+Green+Blue) = 109+157+223=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DDF is #926220. Grayscale: #959595. Windows color (decimal): -9593377 or 14654829. OLE color: 14654829.
HSL color Cylindrical-coordinate representation of color #6D9DDF: hue angle of 214.74º degrees, saturation: 0.64, 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 #6D9DDF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 157 | 223 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.13 |
| HSL | 214.74º | 0.64% | 0.65% | - |
| HSV(B) | 214.74º | 0.51% | 0.87% | - |
| XYZ | 31.68 | 32.69 | 74.45 | - |
| YUV | 150.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 223 | 0.51 | 0.30 | 0 | 0.13 | 214.74 | 0.64 | 0.65 |
| Hex | 6D | 9D | DF | 33 | 1E | 0 | D | D7 | 40 | 41 |
| Octal | 155 | 235 | 337 | 63 | 36 | 0 | 15 | 327 | 100 | 101 |
| Binary | 1101101 | 10011101 | 11011111 | 110011 | 11110 | 0 | 1101 | 11010111 | 1000000 | 1000001 |
Color Harmonies of #6D9DDF
Complementary color
Monochromatic Colors of #6D9DDF
Black with #6D9DDF
Text Example
Text Example
White with #6D9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9DDF; }
p { color: rgb(109,157,223); }
H1.HeaderClassName
{
color: #6D9DDF;
}
.AnyTagClassName
{
color: #6D9DDF;
}
</style>
background-color css
<style>
a { background-color: #6D9DDF; }
a { background-color: rgb(109,157,223); }
div.DivClassName
{
background-color: #6D9DDF;
}
.BgClassName
{
background-color: #6D9DDF;
}
</style>
border-color css
<style>
span { border-color: #6D9DDF; }
span { border-color: rgb(109,157,223); }
td.TdClassName
{
border-color: #6D9DDF;
}
.TagClassName
{
border-color: #6D9DDF;
}
</style>