Shades of Jordy Blue #6BABEF
Tints of Jordy Blue #6BABEF
RGB
CMYK
RGB Variations
Color information
#6BABEF (or 0x6BABEF) is known color: Jordy Blue. HEX triplet: 6B, AB and EF. RGB value is (107,171,239). Sum of RGB (Red+Green+Blue) = 107+171+239=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABEF is #945410. Grayscale: #9F9F9F. Windows color (decimal): -9720849 or 15706987. OLE color: 15706987.
HSL color Cylindrical-coordinate representation of color #6BABEF: hue angle of 210.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BABEF is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 171 | 239 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.06 |
| HSL | 210.91º | 0.8% | 0.68% | - |
| HSV(B) | 210.91º | 0.55% | 0.94% | - |
| XYZ | 36.21 | 38.48 | 87.18 | - |
| YUV | 159.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 239 | 0.55 | 0.28 | 0 | 0.06 | 210.91 | 0.8 | 0.68 |
| Hex | 6B | AB | EF | 37 | 1C | 0 | 6 | D3 | 50 | 44 |
| Octal | 153 | 253 | 357 | 67 | 34 | 0 | 6 | 323 | 120 | 104 |
| Binary | 1101011 | 10101011 | 11101111 | 110111 | 11100 | 0 | 110 | 11010011 | 1010000 | 1000100 |
Color Harmonies of #6BABEF
Complementary color
Monochromatic Colors of #6BABEF
Black with #6BABEF
Text Example
Text Example
White with #6BABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABEF; }
p { color: rgb(107,171,239); }
H1.HeaderClassName
{
color: #6BABEF;
}
.AnyTagClassName
{
color: #6BABEF;
}
</style>
background-color css
<style>
a { background-color: #6BABEF; }
a { background-color: rgb(107,171,239); }
div.DivClassName
{
background-color: #6BABEF;
}
.BgClassName
{
background-color: #6BABEF;
}
</style>
border-color css
<style>
span { border-color: #6BABEF; }
span { border-color: rgb(107,171,239); }
td.TdClassName
{
border-color: #6BABEF;
}
.TagClassName
{
border-color: #6BABEF;
}
</style>