Shades of Jordy Blue #6BA1DD
Tints of Jordy Blue #6BA1DD
RGB
CMYK
RGB Variations
Color information
#6BA1DD (or 0x6BA1DD) is known color: Jordy Blue. HEX triplet: 6B, A1 and DD. RGB value is (107,161,221). Sum of RGB (Red+Green+Blue) = 107+161+221=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA1DD is #945E22. Grayscale: #979797. Windows color (decimal): -9723427 or 14524779. OLE color: 14524779.
HSL color Cylindrical-coordinate representation of color #6BA1DD: hue angle of 211.58º 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 #6BA1DD is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 161 | 221 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.13 |
| HSL | 211.58º | 0.63% | 0.64% | - |
| HSV(B) | 211.58º | 0.52% | 0.87% | - |
| XYZ | 31.86 | 33.84 | 73.26 | - |
| YUV | 151.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 221 | 0.52 | 0.27 | 0 | 0.13 | 211.58 | 0.63 | 0.64 |
| Hex | 6B | A1 | DD | 34 | 1B | 0 | D | D4 | 3F | 40 |
| Octal | 153 | 241 | 335 | 64 | 33 | 0 | 15 | 324 | 77 | 100 |
| Binary | 1101011 | 10100001 | 11011101 | 110100 | 11011 | 0 | 1101 | 11010100 | 111111 | 1000000 |
Color Harmonies of #6BA1DD
Complementary color
Monochromatic Colors of #6BA1DD
Black with #6BA1DD
Text Example
Text Example
White with #6BA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA1DD; }
p { color: rgb(107,161,221); }
H1.HeaderClassName
{
color: #6BA1DD;
}
.AnyTagClassName
{
color: #6BA1DD;
}
</style>
background-color css
<style>
a { background-color: #6BA1DD; }
a { background-color: rgb(107,161,221); }
div.DivClassName
{
background-color: #6BA1DD;
}
.BgClassName
{
background-color: #6BA1DD;
}
</style>
border-color css
<style>
span { border-color: #6BA1DD; }
span { border-color: rgb(107,161,221); }
td.TdClassName
{
border-color: #6BA1DD;
}
.TagClassName
{
border-color: #6BA1DD;
}
</style>