Shades of Jordy Blue #6BADEC
Tints of Jordy Blue #6BADEC
RGB
CMYK
RGB Variations
Color information
#6BADEC (or 0x6BADEC) is known color: Jordy Blue. HEX triplet: 6B, AD and EC. RGB value is (107,173,236). Sum of RGB (Red+Green+Blue) = 107+173+236=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADEC is #945213. Grayscale: #A0A0A0. Windows color (decimal): -9720340 or 15510891. OLE color: 15510891.
HSL color Cylindrical-coordinate representation of color #6BADEC: hue angle of 209.3º degrees, saturation: 0.77, 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 #6BADEC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 173 | 236 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.07 |
| HSL | 209.3º | 0.77% | 0.67% | - |
| HSV(B) | 209.3º | 0.55% | 0.93% | - |
| XYZ | 36.15 | 39.07 | 84.99 | - |
| YUV | 160.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 236 | 0.55 | 0.27 | 0 | 0.07 | 209.3 | 0.77 | 0.67 |
| Hex | 6B | AD | EC | 37 | 1B | 0 | 7 | D1 | 4D | 43 |
| Octal | 153 | 255 | 354 | 67 | 33 | 0 | 7 | 321 | 115 | 103 |
| Binary | 1101011 | 10101101 | 11101100 | 110111 | 11011 | 0 | 111 | 11010001 | 1001101 | 1000011 |
Color Harmonies of #6BADEC
Complementary color
Monochromatic Colors of #6BADEC
Black with #6BADEC
Text Example
Text Example
White with #6BADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADEC; }
p { color: rgb(107,173,236); }
H1.HeaderClassName
{
color: #6BADEC;
}
.AnyTagClassName
{
color: #6BADEC;
}
</style>
background-color css
<style>
a { background-color: #6BADEC; }
a { background-color: rgb(107,173,236); }
div.DivClassName
{
background-color: #6BADEC;
}
.BgClassName
{
background-color: #6BADEC;
}
</style>
border-color css
<style>
span { border-color: #6BADEC; }
span { border-color: rgb(107,173,236); }
td.TdClassName
{
border-color: #6BADEC;
}
.TagClassName
{
border-color: #6BADEC;
}
</style>