Shades of Jordy Blue #699FDD
Tints of Jordy Blue #699FDD
RGB
CMYK
RGB Variations
Color information
#699FDD (or 0x699FDD) is known color: Jordy Blue. HEX triplet: 69, 9F and DD. RGB value is (105,159,221). Sum of RGB (Red+Green+Blue) = 105+159+221=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #699FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FDD is #966022. Grayscale: #959595. Windows color (decimal): -9855011 or 14524265. OLE color: 14524265.
HSL color Cylindrical-coordinate representation of color #699FDD: hue angle of 212.07º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699FDD is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 159 | 221 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.13 |
| HSL | 212.07º | 0.63% | 0.64% | - |
| HSV(B) | 212.07º | 0.52% | 0.87% | - |
| XYZ | 31.27 | 33.02 | 73.13 | - |
| YUV | 149.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 221 | 0.52 | 0.28 | 0 | 0.13 | 212.07 | 0.63 | 0.64 |
| Hex | 69 | 9F | DD | 34 | 1C | 0 | D | D4 | 3F | 40 |
| Octal | 151 | 237 | 335 | 64 | 34 | 0 | 15 | 324 | 77 | 100 |
| Binary | 1101001 | 10011111 | 11011101 | 110100 | 11100 | 0 | 1101 | 11010100 | 111111 | 1000000 |
Color Harmonies of #699FDD
Complementary color
Monochromatic Colors of #699FDD
Black with #699FDD
Text Example
Text Example
White with #699FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FDD; }
p { color: rgb(105,159,221); }
H1.HeaderClassName
{
color: #699FDD;
}
.AnyTagClassName
{
color: #699FDD;
}
</style>
background-color css
<style>
a { background-color: #699FDD; }
a { background-color: rgb(105,159,221); }
div.DivClassName
{
background-color: #699FDD;
}
.BgClassName
{
background-color: #699FDD;
}
</style>
border-color css
<style>
span { border-color: #699FDD; }
span { border-color: rgb(105,159,221); }
td.TdClassName
{
border-color: #699FDD;
}
.TagClassName
{
border-color: #699FDD;
}
</style>