Shades of Jordy Blue #6FAFF2
Tints of Jordy Blue #6FAFF2
RGB
CMYK
RGB Variations
Color information
#6FAFF2 (or 0x6FAFF2) is known color: Jordy Blue. HEX triplet: 6F, AF and F2. RGB value is (111,175,242). Sum of RGB (Red+Green+Blue) = 111+175+242=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FAFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFF2 is #90500D. Grayscale: #A3A3A3. Windows color (decimal): -9457678 or 15904623. OLE color: 15904623.
HSL color Cylindrical-coordinate representation of color #6FAFF2: hue angle of 210.69º degrees, saturation: 0.83, 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 #6FAFF2 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 175 | 242 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.05 |
| HSL | 210.69º | 0.83% | 0.69% | - |
| HSV(B) | 210.69º | 0.54% | 0.95% | - |
| XYZ | 37.91 | 40.45 | 89.81 | - |
| YUV | 163.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 242 | 0.54 | 0.28 | 0 | 0.05 | 210.69 | 0.83 | 0.69 |
| Hex | 6F | AF | F2 | 36 | 1C | 0 | 5 | D3 | 53 | 45 |
| Octal | 157 | 257 | 362 | 66 | 34 | 0 | 5 | 323 | 123 | 105 |
| Binary | 1101111 | 10101111 | 11110010 | 110110 | 11100 | 0 | 101 | 11010011 | 1010011 | 1000101 |
Color Harmonies of #6FAFF2
Complementary color
Monochromatic Colors of #6FAFF2
Black with #6FAFF2
Text Example
Text Example
White with #6FAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFF2; }
p { color: rgb(111,175,242); }
H1.HeaderClassName
{
color: #6FAFF2;
}
.AnyTagClassName
{
color: #6FAFF2;
}
</style>
background-color css
<style>
a { background-color: #6FAFF2; }
a { background-color: rgb(111,175,242); }
div.DivClassName
{
background-color: #6FAFF2;
}
.BgClassName
{
background-color: #6FAFF2;
}
</style>
border-color css
<style>
span { border-color: #6FAFF2; }
span { border-color: rgb(111,175,242); }
td.TdClassName
{
border-color: #6FAFF2;
}
.TagClassName
{
border-color: #6FAFF2;
}
</style>