Shades of Jordy Blue #69A6DF
Tints of Jordy Blue #69A6DF
RGB
CMYK
RGB Variations
Color information
#69A6DF (or 0x69A6DF) is known color: Jordy Blue. HEX triplet: 69, A6 and DF. RGB value is (105,166,223). Sum of RGB (Red+Green+Blue) = 105+166+223=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #69A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6DF is #965920. Grayscale: #999999. Windows color (decimal): -9853217 or 14657129. OLE color: 14657129.
HSL color Cylindrical-coordinate representation of color #69A6DF: hue angle of 208.98º 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 #69A6DF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 166 | 223 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.13 |
| HSL | 208.98º | 0.65% | 0.64% | - |
| HSV(B) | 208.98º | 0.53% | 0.87% | - |
| XYZ | 32.78 | 35.6 | 74.96 | - |
| YUV | 154.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 223 | 0.53 | 0.26 | 0 | 0.13 | 208.98 | 0.65 | 0.64 |
| Hex | 69 | A6 | DF | 35 | 1A | 0 | D | D1 | 41 | 40 |
| Octal | 151 | 246 | 337 | 65 | 32 | 0 | 15 | 321 | 101 | 100 |
| Binary | 1101001 | 10100110 | 11011111 | 110101 | 11010 | 0 | 1101 | 11010001 | 1000001 | 1000000 |
Color Harmonies of #69A6DF
Complementary color
Monochromatic Colors of #69A6DF
Black with #69A6DF
Text Example
Text Example
White with #69A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A6DF; }
p { color: rgb(105,166,223); }
H1.HeaderClassName
{
color: #69A6DF;
}
.AnyTagClassName
{
color: #69A6DF;
}
</style>
background-color css
<style>
a { background-color: #69A6DF; }
a { background-color: rgb(105,166,223); }
div.DivClassName
{
background-color: #69A6DF;
}
.BgClassName
{
background-color: #69A6DF;
}
</style>
border-color css
<style>
span { border-color: #69A6DF; }
span { border-color: rgb(105,166,223); }
td.TdClassName
{
border-color: #69A6DF;
}
.TagClassName
{
border-color: #69A6DF;
}
</style>