Shades of Jordy Blue #6BABED
Tints of Jordy Blue #6BABED
RGB
CMYK
RGB Variations
Color information
#6BABED (or 0x6BABED) is known color: Jordy Blue. HEX triplet: 6B, AB and ED. RGB value is (107,171,237). Sum of RGB (Red+Green+Blue) = 107+171+237=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABED is #945412. Grayscale: #9F9F9F. Windows color (decimal): -9720851 or 15575915. OLE color: 15575915.
HSL color Cylindrical-coordinate representation of color #6BABED: hue angle of 210.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BABED is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 171 | 237 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.07 |
| HSL | 210.46º | 0.78% | 0.67% | - |
| HSV(B) | 210.46º | 0.55% | 0.93% | - |
| XYZ | 35.91 | 38.37 | 85.63 | - |
| YUV | 159.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 237 | 0.55 | 0.28 | 0 | 0.07 | 210.46 | 0.78 | 0.67 |
| Hex | 6B | AB | ED | 37 | 1C | 0 | 7 | D2 | 4E | 43 |
| Octal | 153 | 253 | 355 | 67 | 34 | 0 | 7 | 322 | 116 | 103 |
| Binary | 1101011 | 10101011 | 11101101 | 110111 | 11100 | 0 | 111 | 11010010 | 1001110 | 1000011 |
Color Harmonies of #6BABED
Complementary color
Monochromatic Colors of #6BABED
Black with #6BABED
Text Example
Text Example
White with #6BABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABED; }
p { color: rgb(107,171,237); }
H1.HeaderClassName
{
color: #6BABED;
}
.AnyTagClassName
{
color: #6BABED;
}
</style>
background-color css
<style>
a { background-color: #6BABED; }
a { background-color: rgb(107,171,237); }
div.DivClassName
{
background-color: #6BABED;
}
.BgClassName
{
background-color: #6BABED;
}
</style>
border-color css
<style>
span { border-color: #6BABED; }
span { border-color: rgb(107,171,237); }
td.TdClassName
{
border-color: #6BABED;
}
.TagClassName
{
border-color: #6BABED;
}
</style>