Shades of Jordy Blue #6B9DD9
Tints of Jordy Blue #6B9DD9
RGB
CMYK
RGB Variations
Color information
#6B9DD9 (or 0x6B9DD9) is known color: Jordy Blue. HEX triplet: 6B, 9D and D9. RGB value is (107,157,217). Sum of RGB (Red+Green+Blue) = 107+157+217=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B9DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DD9 is #946226. Grayscale: #949494. Windows color (decimal): -9724455 or 14261611. OLE color: 14261611.
HSL color Cylindrical-coordinate representation of color #6B9DD9: hue angle of 212.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9DD9 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 157 | 217 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.15 |
| HSL | 212.73º | 0.59% | 0.64% | - |
| HSV(B) | 212.73º | 0.51% | 0.85% | - |
| XYZ | 30.64 | 32.25 | 70.26 | - |
| YUV | 148.89 | 166.44 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 217 | 0.51 | 0.28 | 0 | 0.15 | 212.73 | 0.59 | 0.64 |
| Hex | 6B | 9D | D9 | 33 | 1C | 0 | F | D5 | 3B | 40 |
| Octal | 153 | 235 | 331 | 63 | 34 | 0 | 17 | 325 | 73 | 100 |
| Binary | 1101011 | 10011101 | 11011001 | 110011 | 11100 | 0 | 1111 | 11010101 | 111011 | 1000000 |
Color Harmonies of #6B9DD9
Complementary color
Monochromatic Colors of #6B9DD9
Black with #6B9DD9
Text Example
Text Example
White with #6B9DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DD9; }
p { color: rgb(107,157,217); }
H1.HeaderClassName
{
color: #6B9DD9;
}
.AnyTagClassName
{
color: #6B9DD9;
}
</style>
background-color css
<style>
a { background-color: #6B9DD9; }
a { background-color: rgb(107,157,217); }
div.DivClassName
{
background-color: #6B9DD9;
}
.BgClassName
{
background-color: #6B9DD9;
}
</style>
border-color css
<style>
span { border-color: #6B9DD9; }
span { border-color: rgb(107,157,217); }
td.TdClassName
{
border-color: #6B9DD9;
}
.TagClassName
{
border-color: #6B9DD9;
}
</style>