Shades of Jordy Blue #69A4DE
Tints of Jordy Blue #69A4DE
RGB
CMYK
RGB Variations
Color information
#69A4DE (or 0x69A4DE) is known color: Jordy Blue. HEX triplet: 69, A4 and DE. RGB value is (105,164,222). Sum of RGB (Red+Green+Blue) = 105+164+222=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #69A4DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A4DE is #965B21. Grayscale: #989898. Windows color (decimal): -9853730 or 14591081. OLE color: 14591081.
HSL color Cylindrical-coordinate representation of color #69A4DE: hue angle of 209.74º degrees, saturation: 0.64, 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 #69A4DE is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 164 | 222 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.13 |
| HSL | 209.74º | 0.64% | 0.64% | - |
| HSV(B) | 209.74º | 0.53% | 0.87% | - |
| XYZ | 32.29 | 34.83 | 74.13 | - |
| YUV | 152.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 222 | 0.53 | 0.26 | 0 | 0.13 | 209.74 | 0.64 | 0.64 |
| Hex | 69 | A4 | DE | 35 | 1A | 0 | D | D2 | 40 | 40 |
| Octal | 151 | 244 | 336 | 65 | 32 | 0 | 15 | 322 | 100 | 100 |
| Binary | 1101001 | 10100100 | 11011110 | 110101 | 11010 | 0 | 1101 | 11010010 | 1000000 | 1000000 |
Color Harmonies of #69A4DE
Complementary color
Monochromatic Colors of #69A4DE
Black with #69A4DE
Text Example
Text Example
White with #69A4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A4DE; }
p { color: rgb(105,164,222); }
H1.HeaderClassName
{
color: #69A4DE;
}
.AnyTagClassName
{
color: #69A4DE;
}
</style>
background-color css
<style>
a { background-color: #69A4DE; }
a { background-color: rgb(105,164,222); }
div.DivClassName
{
background-color: #69A4DE;
}
.BgClassName
{
background-color: #69A4DE;
}
</style>
border-color css
<style>
span { border-color: #69A4DE; }
span { border-color: rgb(105,164,222); }
td.TdClassName
{
border-color: #69A4DE;
}
.TagClassName
{
border-color: #69A4DE;
}
</style>