Shades of Jordy Blue #69A1DF
Tints of Jordy Blue #69A1DF
RGB
CMYK
RGB Variations
Color information
#69A1DF (or 0x69A1DF) is known color: Jordy Blue. HEX triplet: 69, A1 and DF. RGB value is (105,161,223). Sum of RGB (Red+Green+Blue) = 105+161+223=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 161 (63.28% from 255 or 32.92% 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 #69A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1DF is #965E20. Grayscale: #979797. Windows color (decimal): -9854497 or 14655849. OLE color: 14655849.
HSL color Cylindrical-coordinate representation of color #69A1DF: hue angle of 211.53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69A1DF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 161 | 223 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.13 |
| HSL | 211.53º | 0.65% | 0.64% | - |
| HSV(B) | 211.53º | 0.53% | 0.87% | - |
| XYZ | 31.89 | 33.82 | 74.66 | - |
| YUV | 151.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 223 | 0.53 | 0.28 | 0 | 0.13 | 211.53 | 0.65 | 0.64 |
| Hex | 69 | A1 | DF | 35 | 1C | 0 | D | D4 | 41 | 40 |
| Octal | 151 | 241 | 337 | 65 | 34 | 0 | 15 | 324 | 101 | 100 |
| Binary | 1101001 | 10100001 | 11011111 | 110101 | 11100 | 0 | 1101 | 11010100 | 1000001 | 1000000 |
Color Harmonies of #69A1DF
Complementary color
Monochromatic Colors of #69A1DF
Black with #69A1DF
Text Example
Text Example
White with #69A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A1DF; }
p { color: rgb(105,161,223); }
H1.HeaderClassName
{
color: #69A1DF;
}
.AnyTagClassName
{
color: #69A1DF;
}
</style>
background-color css
<style>
a { background-color: #69A1DF; }
a { background-color: rgb(105,161,223); }
div.DivClassName
{
background-color: #69A1DF;
}
.BgClassName
{
background-color: #69A1DF;
}
</style>
border-color css
<style>
span { border-color: #69A1DF; }
span { border-color: rgb(105,161,223); }
td.TdClassName
{
border-color: #69A1DF;
}
.TagClassName
{
border-color: #69A1DF;
}
</style>