Shades of Jordy Blue #6BA9DF
Tints of Jordy Blue #6BA9DF
RGB
CMYK
RGB Variations
Color information
#6BA9DF (or 0x6BA9DF) is known color: Jordy Blue. HEX triplet: 6B, A9 and DF. RGB value is (107,169,223). Sum of RGB (Red+Green+Blue) = 107+169+223=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9DF is #945620. Grayscale: #9C9C9C. Windows color (decimal): -9721377 or 14657899. OLE color: 14657899.
HSL color Cylindrical-coordinate representation of color #6BA9DF: hue angle of 207.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BA9DF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 169 | 223 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.13 |
| HSL | 207.93º | 0.64% | 0.65% | - |
| HSV(B) | 207.93º | 0.52% | 0.87% | - |
| XYZ | 33.57 | 36.83 | 75.15 | - |
| YUV | 156.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 223 | 0.52 | 0.24 | 0 | 0.13 | 207.93 | 0.64 | 0.65 |
| Hex | 6B | A9 | DF | 34 | 18 | 0 | D | D0 | 40 | 41 |
| Octal | 153 | 251 | 337 | 64 | 30 | 0 | 15 | 320 | 100 | 101 |
| Binary | 1101011 | 10101001 | 11011111 | 110100 | 11000 | 0 | 1101 | 11010000 | 1000000 | 1000001 |
Color Harmonies of #6BA9DF
Complementary color
Monochromatic Colors of #6BA9DF
Black with #6BA9DF
Text Example
Text Example
White with #6BA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA9DF; }
p { color: rgb(107,169,223); }
H1.HeaderClassName
{
color: #6BA9DF;
}
.AnyTagClassName
{
color: #6BA9DF;
}
</style>
background-color css
<style>
a { background-color: #6BA9DF; }
a { background-color: rgb(107,169,223); }
div.DivClassName
{
background-color: #6BA9DF;
}
.BgClassName
{
background-color: #6BA9DF;
}
</style>
border-color css
<style>
span { border-color: #6BA9DF; }
span { border-color: rgb(107,169,223); }
td.TdClassName
{
border-color: #6BA9DF;
}
.TagClassName
{
border-color: #6BA9DF;
}
</style>