Shades of Jordy Blue #6FAFF1
Tints of Jordy Blue #6FAFF1
RGB
CMYK
RGB Variations
Color information
#6FAFF1 (or 0x6FAFF1) is known color: Jordy Blue. HEX triplet: 6F, AF and F1. RGB value is (111,175,241). Sum of RGB (Red+Green+Blue) = 111+175+241=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFF1 is #90500E. Grayscale: #A3A3A3. Windows color (decimal): -9457679 or 15839087. OLE color: 15839087.
HSL color Cylindrical-coordinate representation of color #6FAFF1: hue angle of 210.46º 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 #6FAFF1 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 175 | 241 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.05 |
| HSL | 210.46º | 0.82% | 0.69% | - |
| HSV(B) | 210.46º | 0.54% | 0.95% | - |
| XYZ | 37.76 | 40.39 | 89.02 | - |
| YUV | 163.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 241 | 0.54 | 0.27 | 0 | 0.05 | 210.46 | 0.82 | 0.69 |
| Hex | 6F | AF | F1 | 36 | 1B | 0 | 5 | D2 | 52 | 45 |
| Octal | 157 | 257 | 361 | 66 | 33 | 0 | 5 | 322 | 122 | 105 |
| Binary | 1101111 | 10101111 | 11110001 | 110110 | 11011 | 0 | 101 | 11010010 | 1010010 | 1000101 |
Color Harmonies of #6FAFF1
Complementary color
Monochromatic Colors of #6FAFF1
Black with #6FAFF1
Text Example
Text Example
White with #6FAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFF1; }
p { color: rgb(111,175,241); }
H1.HeaderClassName
{
color: #6FAFF1;
}
.AnyTagClassName
{
color: #6FAFF1;
}
</style>
background-color css
<style>
a { background-color: #6FAFF1; }
a { background-color: rgb(111,175,241); }
div.DivClassName
{
background-color: #6FAFF1;
}
.BgClassName
{
background-color: #6FAFF1;
}
</style>
border-color css
<style>
span { border-color: #6FAFF1; }
span { border-color: rgb(111,175,241); }
td.TdClassName
{
border-color: #6FAFF1;
}
.TagClassName
{
border-color: #6FAFF1;
}
</style>