Shades of Jordy Blue #6BACED
Tints of Jordy Blue #6BACED
RGB
CMYK
RGB Variations
Color information
#6BACED (or 0x6BACED) is known color: Jordy Blue. HEX triplet: 6B, AC and ED. RGB value is (107,172,237). Sum of RGB (Red+Green+Blue) = 107+172+237=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACED is #945312. Grayscale: #9F9F9F. Windows color (decimal): -9720595 or 15576171. OLE color: 15576171.
HSL color Cylindrical-coordinate representation of color #6BACED: hue angle of 210º 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 #6BACED is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 172 | 237 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.07 |
| HSL | 210º | 0.78% | 0.67% | - |
| HSV(B) | 210º | 0.55% | 0.93% | - |
| XYZ | 36.1 | 38.75 | 85.7 | - |
| YUV | 159.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 237 | 0.55 | 0.27 | 0 | 0.07 | 210 | 0.78 | 0.67 |
| Hex | 6B | AC | ED | 37 | 1B | 0 | 7 | D2 | 4E | 43 |
| Octal | 153 | 254 | 355 | 67 | 33 | 0 | 7 | 322 | 116 | 103 |
| Binary | 1101011 | 10101100 | 11101101 | 110111 | 11011 | 0 | 111 | 11010010 | 1001110 | 1000011 |
Color Harmonies of #6BACED
Complementary color
Monochromatic Colors of #6BACED
Black with #6BACED
Text Example
Text Example
White with #6BACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACED; }
p { color: rgb(107,172,237); }
H1.HeaderClassName
{
color: #6BACED;
}
.AnyTagClassName
{
color: #6BACED;
}
</style>
background-color css
<style>
a { background-color: #6BACED; }
a { background-color: rgb(107,172,237); }
div.DivClassName
{
background-color: #6BACED;
}
.BgClassName
{
background-color: #6BACED;
}
</style>
border-color css
<style>
span { border-color: #6BACED; }
span { border-color: rgb(107,172,237); }
td.TdClassName
{
border-color: #6BACED;
}
.TagClassName
{
border-color: #6BACED;
}
</style>