Shades of Jordy Blue #6BAAE8
Tints of Jordy Blue #6BAAE8
RGB
CMYK
RGB Variations
Color information
#6BAAE8 (or 0x6BAAE8) is known color: Jordy Blue. HEX triplet: 6B, AA and E8. RGB value is (107,170,232). Sum of RGB (Red+Green+Blue) = 107+170+232=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #6BAAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAE8 is #945517. Grayscale: #9D9D9D. Windows color (decimal): -9721112 or 15247979. OLE color: 15247979.
HSL color Cylindrical-coordinate representation of color #6BAAE8: hue angle of 209.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAAE8 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 170 | 232 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.09 |
| HSL | 209.76º | 0.73% | 0.66% | - |
| HSV(B) | 209.76º | 0.54% | 0.91% | - |
| XYZ | 35 | 37.7 | 81.78 | - |
| YUV | 158.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 232 | 0.54 | 0.27 | 0 | 0.09 | 209.76 | 0.73 | 0.66 |
| Hex | 6B | AA | E8 | 36 | 1B | 0 | 9 | D2 | 49 | 42 |
| Octal | 153 | 252 | 350 | 66 | 33 | 0 | 11 | 322 | 111 | 102 |
| Binary | 1101011 | 10101010 | 11101000 | 110110 | 11011 | 0 | 1001 | 11010010 | 1001001 | 1000010 |
Color Harmonies of #6BAAE8
Complementary color
Monochromatic Colors of #6BAAE8
Black with #6BAAE8
Text Example
Text Example
White with #6BAAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAE8; }
p { color: rgb(107,170,232); }
H1.HeaderClassName
{
color: #6BAAE8;
}
.AnyTagClassName
{
color: #6BAAE8;
}
</style>
background-color css
<style>
a { background-color: #6BAAE8; }
a { background-color: rgb(107,170,232); }
div.DivClassName
{
background-color: #6BAAE8;
}
.BgClassName
{
background-color: #6BAAE8;
}
</style>
border-color css
<style>
span { border-color: #6BAAE8; }
span { border-color: rgb(107,170,232); }
td.TdClassName
{
border-color: #6BAAE8;
}
.TagClassName
{
border-color: #6BAAE8;
}
</style>