Shades of Jordy Blue #6FAFED
Tints of Jordy Blue #6FAFED
RGB
CMYK
RGB Variations
Color information
#6FAFED (or 0x6FAFED) is known color: Jordy Blue. HEX triplet: 6F, AF and ED. RGB value is (111,175,237). Sum of RGB (Red+Green+Blue) = 111+175+237=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFED is #905012. Grayscale: #A2A2A2. Windows color (decimal): -9457683 or 15576943. OLE color: 15576943.
HSL color Cylindrical-coordinate representation of color #6FAFED: hue angle of 209.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FAFED is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 175 | 237 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.07 |
| HSL | 209.52º | 0.78% | 0.68% | - |
| HSV(B) | 209.52º | 0.53% | 0.93% | - |
| XYZ | 37.17 | 40.15 | 85.91 | - |
| YUV | 162.93 | 169.8 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 237 | 0.53 | 0.26 | 0 | 0.07 | 209.52 | 0.78 | 0.68 |
| Hex | 6F | AF | ED | 35 | 1A | 0 | 7 | D2 | 4E | 44 |
| Octal | 157 | 257 | 355 | 65 | 32 | 0 | 7 | 322 | 116 | 104 |
| Binary | 1101111 | 10101111 | 11101101 | 110101 | 11010 | 0 | 111 | 11010010 | 1001110 | 1000100 |
Color Harmonies of #6FAFED
Complementary color
Monochromatic Colors of #6FAFED
Black with #6FAFED
Text Example
Text Example
White with #6FAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFED; }
p { color: rgb(111,175,237); }
H1.HeaderClassName
{
color: #6FAFED;
}
.AnyTagClassName
{
color: #6FAFED;
}
</style>
background-color css
<style>
a { background-color: #6FAFED; }
a { background-color: rgb(111,175,237); }
div.DivClassName
{
background-color: #6FAFED;
}
.BgClassName
{
background-color: #6FAFED;
}
</style>
border-color css
<style>
span { border-color: #6FAFED; }
span { border-color: rgb(111,175,237); }
td.TdClassName
{
border-color: #6FAFED;
}
.TagClassName
{
border-color: #6FAFED;
}
</style>