Shades of Jordy Blue #6FAAF6
Tints of Jordy Blue #6FAAF6
RGB
CMYK
RGB Variations
Color information
#6FAAF6 (or 0x6FAAF6) is known color: Jordy Blue. HEX triplet: 6F, AA and F6. RGB value is (111,170,246). Sum of RGB (Red+Green+Blue) = 111+170+246=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #6FAAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAF6 is #905509. Grayscale: #A0A0A0. Windows color (decimal): -9458954 or 16165487. OLE color: 16165487.
HSL color Cylindrical-coordinate representation of color #6FAAF6: hue angle of 213.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FAAF6 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 170 | 246 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.04 |
| HSL | 213.78º | 0.88% | 0.7% | - |
| HSV(B) | 213.78º | 0.55% | 0.96% | - |
| XYZ | 37.56 | 38.78 | 92.69 | - |
| YUV | 161.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 246 | 0.55 | 0.31 | 0 | 0.04 | 213.78 | 0.88 | 0.7 |
| Hex | 6F | AA | F6 | 37 | 1F | 0 | 4 | D6 | 58 | 46 |
| Octal | 157 | 252 | 366 | 67 | 37 | 0 | 4 | 326 | 130 | 106 |
| Binary | 1101111 | 10101010 | 11110110 | 110111 | 11111 | 0 | 100 | 11010110 | 1011000 | 1000110 |
Color Harmonies of #6FAAF6
Complementary color
Monochromatic Colors of #6FAAF6
Black with #6FAAF6
Text Example
Text Example
White with #6FAAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAF6; }
p { color: rgb(111,170,246); }
H1.HeaderClassName
{
color: #6FAAF6;
}
.AnyTagClassName
{
color: #6FAAF6;
}
</style>
background-color css
<style>
a { background-color: #6FAAF6; }
a { background-color: rgb(111,170,246); }
div.DivClassName
{
background-color: #6FAAF6;
}
.BgClassName
{
background-color: #6FAAF6;
}
</style>
border-color css
<style>
span { border-color: #6FAAF6; }
span { border-color: rgb(111,170,246); }
td.TdClassName
{
border-color: #6FAAF6;
}
.TagClassName
{
border-color: #6FAAF6;
}
</style>