Shades of Jordy Blue #6BA9DD
Tints of Jordy Blue #6BA9DD
RGB
CMYK
RGB Variations
Color information
#6BA9DD (or 0x6BA9DD) is known color: Jordy Blue. HEX triplet: 6B, A9 and DD. RGB value is (107,169,221). Sum of RGB (Red+Green+Blue) = 107+169+221=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9DD is #945622. Grayscale: #9C9C9C. Windows color (decimal): -9721379 or 14526827. OLE color: 14526827.
HSL color Cylindrical-coordinate representation of color #6BA9DD: hue angle of 207.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BA9DD is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 169 | 221 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.13 |
| HSL | 207.37º | 0.63% | 0.64% | - |
| HSV(B) | 207.37º | 0.52% | 0.87% | - |
| XYZ | 33.3 | 36.72 | 73.74 | - |
| YUV | 156.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 221 | 0.52 | 0.24 | 0 | 0.13 | 207.37 | 0.63 | 0.64 |
| Hex | 6B | A9 | DD | 34 | 18 | 0 | D | CF | 3F | 40 |
| Octal | 153 | 251 | 335 | 64 | 30 | 0 | 15 | 317 | 77 | 100 |
| Binary | 1101011 | 10101001 | 11011101 | 110100 | 11000 | 0 | 1101 | 11001111 | 111111 | 1000000 |
Color Harmonies of #6BA9DD
Complementary color
Monochromatic Colors of #6BA9DD
Black with #6BA9DD
Text Example
Text Example
White with #6BA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA9DD; }
p { color: rgb(107,169,221); }
H1.HeaderClassName
{
color: #6BA9DD;
}
.AnyTagClassName
{
color: #6BA9DD;
}
</style>
background-color css
<style>
a { background-color: #6BA9DD; }
a { background-color: rgb(107,169,221); }
div.DivClassName
{
background-color: #6BA9DD;
}
.BgClassName
{
background-color: #6BA9DD;
}
</style>
border-color css
<style>
span { border-color: #6BA9DD; }
span { border-color: rgb(107,169,221); }
td.TdClassName
{
border-color: #6BA9DD;
}
.TagClassName
{
border-color: #6BA9DD;
}
</style>