Shades of Jordy Blue #69A7DB
Tints of Jordy Blue #69A7DB
RGB
CMYK
RGB Variations
Color information
#69A7DB (or 0x69A7DB) is known color: Jordy Blue. HEX triplet: 69, A7 and DB. RGB value is (105,167,219). Sum of RGB (Red+Green+Blue) = 105+167+219=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #69A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A7DB is #965824. Grayscale: #9A9A9A. Windows color (decimal): -9852965 or 14395241. OLE color: 14395241.
HSL color Cylindrical-coordinate representation of color #69A7DB: hue angle of 207.37º 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 #69A7DB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 167 | 219 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.14 |
| HSL | 207.37º | 0.61% | 0.64% | - |
| HSV(B) | 207.37º | 0.52% | 0.86% | - |
| XYZ | 32.43 | 35.76 | 72.21 | - |
| YUV | 154.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 219 | 0.52 | 0.24 | 0 | 0.14 | 207.37 | 0.61 | 0.64 |
| Hex | 69 | A7 | DB | 34 | 18 | 0 | E | CF | 3D | 40 |
| Octal | 151 | 247 | 333 | 64 | 30 | 0 | 16 | 317 | 75 | 100 |
| Binary | 1101001 | 10100111 | 11011011 | 110100 | 11000 | 0 | 1110 | 11001111 | 111101 | 1000000 |
Color Harmonies of #69A7DB
Complementary color
Monochromatic Colors of #69A7DB
Black with #69A7DB
Text Example
Text Example
White with #69A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A7DB; }
p { color: rgb(105,167,219); }
H1.HeaderClassName
{
color: #69A7DB;
}
.AnyTagClassName
{
color: #69A7DB;
}
</style>
background-color css
<style>
a { background-color: #69A7DB; }
a { background-color: rgb(105,167,219); }
div.DivClassName
{
background-color: #69A7DB;
}
.BgClassName
{
background-color: #69A7DB;
}
</style>
border-color css
<style>
span { border-color: #69A7DB; }
span { border-color: rgb(105,167,219); }
td.TdClassName
{
border-color: #69A7DB;
}
.TagClassName
{
border-color: #69A7DB;
}
</style>