Shades of Jordy Blue #69A6DB
Tints of Jordy Blue #69A6DB
RGB
CMYK
RGB Variations
Color information
#69A6DB (or 0x69A6DB) is known color: Jordy Blue. HEX triplet: 69, A6 and DB. RGB value is (105,166,219). Sum of RGB (Red+Green+Blue) = 105+166+219=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #69A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6DB is #965924. Grayscale: #999999. Windows color (decimal): -9853221 or 14394985. OLE color: 14394985.
HSL color Cylindrical-coordinate representation of color #69A6DB: hue angle of 207.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A6DB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 166 | 219 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.14 |
| HSL | 207.89º | 0.61% | 0.64% | - |
| HSV(B) | 207.89º | 0.52% | 0.86% | - |
| XYZ | 32.25 | 35.39 | 72.15 | - |
| YUV | 153.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 219 | 0.52 | 0.24 | 0 | 0.14 | 207.89 | 0.61 | 0.64 |
| Hex | 69 | A6 | DB | 34 | 18 | 0 | E | D0 | 3D | 40 |
| Octal | 151 | 246 | 333 | 64 | 30 | 0 | 16 | 320 | 75 | 100 |
| Binary | 1101001 | 10100110 | 11011011 | 110100 | 11000 | 0 | 1110 | 11010000 | 111101 | 1000000 |
Color Harmonies of #69A6DB
Complementary color
Monochromatic Colors of #69A6DB
Black with #69A6DB
Text Example
Text Example
White with #69A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A6DB; }
p { color: rgb(105,166,219); }
H1.HeaderClassName
{
color: #69A6DB;
}
.AnyTagClassName
{
color: #69A6DB;
}
</style>
background-color css
<style>
a { background-color: #69A6DB; }
a { background-color: rgb(105,166,219); }
div.DivClassName
{
background-color: #69A6DB;
}
.BgClassName
{
background-color: #69A6DB;
}
</style>
border-color css
<style>
span { border-color: #69A6DB; }
span { border-color: rgb(105,166,219); }
td.TdClassName
{
border-color: #69A6DB;
}
.TagClassName
{
border-color: #69A6DB;
}
</style>