Shades of Jordy Blue #69A0DF
Tints of Jordy Blue #69A0DF
RGB
CMYK
RGB Variations
Color information
#69A0DF (or 0x69A0DF) is known color: Jordy Blue. HEX triplet: 69, A0 and DF. RGB value is (105,160,223). Sum of RGB (Red+Green+Blue) = 105+160+223=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #69A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A0DF is #965F20. Grayscale: #969696. Windows color (decimal): -9854753 or 14655593. OLE color: 14655593.
HSL color Cylindrical-coordinate representation of color #69A0DF: hue angle of 212.03º 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 #69A0DF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 160 | 223 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.13 |
| HSL | 212.03º | 0.65% | 0.64% | - |
| HSV(B) | 212.03º | 0.53% | 0.87% | - |
| XYZ | 31.72 | 33.47 | 74.6 | - |
| YUV | 150.74 | 168.78 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 223 | 0.53 | 0.28 | 0 | 0.13 | 212.03 | 0.65 | 0.64 |
| Hex | 69 | A0 | DF | 35 | 1C | 0 | D | D4 | 41 | 40 |
| Octal | 151 | 240 | 337 | 65 | 34 | 0 | 15 | 324 | 101 | 100 |
| Binary | 1101001 | 10100000 | 11011111 | 110101 | 11100 | 0 | 1101 | 11010100 | 1000001 | 1000000 |
Color Harmonies of #69A0DF
Complementary color
Monochromatic Colors of #69A0DF
Black with #69A0DF
Text Example
Text Example
White with #69A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A0DF; }
p { color: rgb(105,160,223); }
H1.HeaderClassName
{
color: #69A0DF;
}
.AnyTagClassName
{
color: #69A0DF;
}
</style>
background-color css
<style>
a { background-color: #69A0DF; }
a { background-color: rgb(105,160,223); }
div.DivClassName
{
background-color: #69A0DF;
}
.BgClassName
{
background-color: #69A0DF;
}
</style>
border-color css
<style>
span { border-color: #69A0DF; }
span { border-color: rgb(105,160,223); }
td.TdClassName
{
border-color: #69A0DF;
}
.TagClassName
{
border-color: #69A0DF;
}
</style>