Shades of Jordy Blue #6FACF1
Tints of Jordy Blue #6FACF1
RGB
CMYK
RGB Variations
Color information
#6FACF1 (or 0x6FACF1) is known color: Jordy Blue. HEX triplet: 6F, AC and F1. RGB value is (111,172,241). Sum of RGB (Red+Green+Blue) = 111+172+241=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACF1 is #90530E. Grayscale: #A1A1A1. Windows color (decimal): -9458447 or 15838319. OLE color: 15838319.
HSL color Cylindrical-coordinate representation of color #6FACF1: hue angle of 211.85º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FACF1 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 172 | 241 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.05 |
| HSL | 211.85º | 0.82% | 0.69% | - |
| HSV(B) | 211.85º | 0.54% | 0.95% | - |
| XYZ | 37.19 | 39.24 | 88.83 | - |
| YUV | 161.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 241 | 0.54 | 0.29 | 0 | 0.05 | 211.85 | 0.82 | 0.69 |
| Hex | 6F | AC | F1 | 36 | 1D | 0 | 5 | D4 | 52 | 45 |
| Octal | 157 | 254 | 361 | 66 | 35 | 0 | 5 | 324 | 122 | 105 |
| Binary | 1101111 | 10101100 | 11110001 | 110110 | 11101 | 0 | 101 | 11010100 | 1010010 | 1000101 |
Color Harmonies of #6FACF1
Complementary color
Monochromatic Colors of #6FACF1
Black with #6FACF1
Text Example
Text Example
White with #6FACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACF1; }
p { color: rgb(111,172,241); }
H1.HeaderClassName
{
color: #6FACF1;
}
.AnyTagClassName
{
color: #6FACF1;
}
</style>
background-color css
<style>
a { background-color: #6FACF1; }
a { background-color: rgb(111,172,241); }
div.DivClassName
{
background-color: #6FACF1;
}
.BgClassName
{
background-color: #6FACF1;
}
</style>
border-color css
<style>
span { border-color: #6FACF1; }
span { border-color: rgb(111,172,241); }
td.TdClassName
{
border-color: #6FACF1;
}
.TagClassName
{
border-color: #6FACF1;
}
</style>