Shades of Jordy Blue #6BACEC
Tints of Jordy Blue #6BACEC
RGB
CMYK
RGB Variations
Color information
#6BACEC (or 0x6BACEC) is known color: Jordy Blue. HEX triplet: 6B, AC and EC. RGB value is (107,172,236). Sum of RGB (Red+Green+Blue) = 107+172+236=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACEC is #945313. Grayscale: #9F9F9F. Windows color (decimal): -9720596 or 15510635. OLE color: 15510635.
HSL color Cylindrical-coordinate representation of color #6BACEC: hue angle of 209.77º 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 #6BACEC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 172 | 236 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.07 |
| HSL | 209.77º | 0.77% | 0.67% | - |
| HSV(B) | 209.77º | 0.55% | 0.93% | - |
| XYZ | 35.96 | 38.69 | 84.93 | - |
| YUV | 159.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 236 | 0.55 | 0.27 | 0 | 0.07 | 209.77 | 0.77 | 0.67 |
| Hex | 6B | AC | EC | 37 | 1B | 0 | 7 | D2 | 4D | 43 |
| Octal | 153 | 254 | 354 | 67 | 33 | 0 | 7 | 322 | 115 | 103 |
| Binary | 1101011 | 10101100 | 11101100 | 110111 | 11011 | 0 | 111 | 11010010 | 1001101 | 1000011 |
Color Harmonies of #6BACEC
Complementary color
Monochromatic Colors of #6BACEC
Black with #6BACEC
Text Example
Text Example
White with #6BACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACEC; }
p { color: rgb(107,172,236); }
H1.HeaderClassName
{
color: #6BACEC;
}
.AnyTagClassName
{
color: #6BACEC;
}
</style>
background-color css
<style>
a { background-color: #6BACEC; }
a { background-color: rgb(107,172,236); }
div.DivClassName
{
background-color: #6BACEC;
}
.BgClassName
{
background-color: #6BACEC;
}
</style>
border-color css
<style>
span { border-color: #6BACEC; }
span { border-color: rgb(107,172,236); }
td.TdClassName
{
border-color: #6BACEC;
}
.TagClassName
{
border-color: #6BACEC;
}
</style>