Shades of Jordy Blue #6DA9F2
Tints of Jordy Blue #6DA9F2
RGB
CMYK
RGB Variations
Color information
#6DA9F2 (or 0x6DA9F2) is known color: Jordy Blue. HEX triplet: 6D, A9 and F2. RGB value is (109,169,242). Sum of RGB (Red+Green+Blue) = 109+169+242=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DA9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA9F2 is #92560D. Grayscale: #9F9F9F. Windows color (decimal): -9590286 or 15903085. OLE color: 15903085.
HSL color Cylindrical-coordinate representation of color #6DA9F2: hue angle of 212.93º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DA9F2 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 169 | 242 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.05 |
| HSL | 212.93º | 0.84% | 0.69% | - |
| HSV(B) | 212.93º | 0.55% | 0.95% | - |
| XYZ | 36.52 | 38.04 | 89.42 | - |
| YUV | 159.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 242 | 0.55 | 0.30 | 0 | 0.05 | 212.93 | 0.84 | 0.69 |
| Hex | 6D | A9 | F2 | 37 | 1E | 0 | 5 | D5 | 54 | 45 |
| Octal | 155 | 251 | 362 | 67 | 36 | 0 | 5 | 325 | 124 | 105 |
| Binary | 1101101 | 10101001 | 11110010 | 110111 | 11110 | 0 | 101 | 11010101 | 1010100 | 1000101 |
Color Harmonies of #6DA9F2
Complementary color
Monochromatic Colors of #6DA9F2
Black with #6DA9F2
Text Example
Text Example
White with #6DA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA9F2; }
p { color: rgb(109,169,242); }
H1.HeaderClassName
{
color: #6DA9F2;
}
.AnyTagClassName
{
color: #6DA9F2;
}
</style>
background-color css
<style>
a { background-color: #6DA9F2; }
a { background-color: rgb(109,169,242); }
div.DivClassName
{
background-color: #6DA9F2;
}
.BgClassName
{
background-color: #6DA9F2;
}
</style>
border-color css
<style>
span { border-color: #6DA9F2; }
span { border-color: rgb(109,169,242); }
td.TdClassName
{
border-color: #6DA9F2;
}
.TagClassName
{
border-color: #6DA9F2;
}
</style>