Shades of Jordy Blue #69A4DC
Tints of Jordy Blue #69A4DC
RGB
CMYK
RGB Variations
Color information
#69A4DC (or 0x69A4DC) is known color: Jordy Blue. HEX triplet: 69, A4 and DC. RGB value is (105,164,220). Sum of RGB (Red+Green+Blue) = 105+164+220=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #69A4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A4DC is #965B23. Grayscale: #989898. Windows color (decimal): -9853732 or 14460009. OLE color: 14460009.
HSL color Cylindrical-coordinate representation of color #69A4DC: hue angle of 209.22º degrees, saturation: 0.62, 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 #69A4DC is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 164 | 220 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.14 |
| HSL | 209.22º | 0.62% | 0.64% | - |
| HSV(B) | 209.22º | 0.52% | 0.86% | - |
| XYZ | 32.02 | 34.72 | 72.72 | - |
| YUV | 152.74 | 165.95 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 220 | 0.52 | 0.25 | 0 | 0.14 | 209.22 | 0.62 | 0.64 |
| Hex | 69 | A4 | DC | 34 | 19 | 0 | E | D1 | 3E | 40 |
| Octal | 151 | 244 | 334 | 64 | 31 | 0 | 16 | 321 | 76 | 100 |
| Binary | 1101001 | 10100100 | 11011100 | 110100 | 11001 | 0 | 1110 | 11010001 | 111110 | 1000000 |
Color Harmonies of #69A4DC
Complementary color
Monochromatic Colors of #69A4DC
Black with #69A4DC
Text Example
Text Example
White with #69A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A4DC; }
p { color: rgb(105,164,220); }
H1.HeaderClassName
{
color: #69A4DC;
}
.AnyTagClassName
{
color: #69A4DC;
}
</style>
background-color css
<style>
a { background-color: #69A4DC; }
a { background-color: rgb(105,164,220); }
div.DivClassName
{
background-color: #69A4DC;
}
.BgClassName
{
background-color: #69A4DC;
}
</style>
border-color css
<style>
span { border-color: #69A4DC; }
span { border-color: rgb(105,164,220); }
td.TdClassName
{
border-color: #69A4DC;
}
.TagClassName
{
border-color: #69A4DC;
}
</style>