Shades of Jordy Blue #7699DD
Tints of Jordy Blue #7699DD
RGB
CMYK
RGB Variations
Color information
#7699DD (or 0x7699DD) is known color: Jordy Blue. HEX triplet: 76, 99 and DD. RGB value is (118,153,221). Sum of RGB (Red+Green+Blue) = 118+153+221=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #7699DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699DD is #896622. Grayscale: #959595. Windows color (decimal): -9004579 or 14522742. OLE color: 14522742.
HSL color Cylindrical-coordinate representation of color #7699DD: hue angle of 219.61º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7699DD is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 153 | 221 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.13 |
| HSL | 219.61º | 0.6% | 0.66% | - |
| HSV(B) | 219.61º | 0.47% | 0.87% | - |
| XYZ | 31.91 | 31.85 | 72.87 | - |
| YUV | 150.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 221 | 0.47 | 0.31 | 0 | 0.13 | 219.61 | 0.6 | 0.66 |
| Hex | 76 | 99 | DD | 2F | 1F | 0 | D | DC | 3C | 42 |
| Octal | 166 | 231 | 335 | 57 | 37 | 0 | 15 | 334 | 74 | 102 |
| Binary | 1110110 | 10011001 | 11011101 | 101111 | 11111 | 0 | 1101 | 11011100 | 111100 | 1000010 |
Color Harmonies of #7699DD
Complementary color
Monochromatic Colors of #7699DD
Black with #7699DD
Text Example
Text Example
White with #7699DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699DD; }
p { color: rgb(118,153,221); }
H1.HeaderClassName
{
color: #7699DD;
}
.AnyTagClassName
{
color: #7699DD;
}
</style>
background-color css
<style>
a { background-color: #7699DD; }
a { background-color: rgb(118,153,221); }
div.DivClassName
{
background-color: #7699DD;
}
.BgClassName
{
background-color: #7699DD;
}
</style>
border-color css
<style>
span { border-color: #7699DD; }
span { border-color: rgb(118,153,221); }
td.TdClassName
{
border-color: #7699DD;
}
.TagClassName
{
border-color: #7699DD;
}
</style>