Shades of Jordy Blue #6FAFEF
Tints of Jordy Blue #6FAFEF
RGB
CMYK
RGB Variations
Color information
#6FAFEF (or 0x6FAFEF) is known color: Jordy Blue. HEX triplet: 6F, AF and EF. RGB value is (111,175,239). Sum of RGB (Red+Green+Blue) = 111+175+239=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFEF is #905010. Grayscale: #A2A2A2. Windows color (decimal): -9457681 or 15708015. OLE color: 15708015.
HSL color Cylindrical-coordinate representation of color #6FAFEF: hue angle of 210º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FAFEF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 175 | 239 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.06 |
| HSL | 210º | 0.8% | 0.69% | - |
| HSV(B) | 210º | 0.54% | 0.94% | - |
| XYZ | 37.47 | 40.27 | 87.46 | - |
| YUV | 163.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 239 | 0.54 | 0.27 | 0 | 0.06 | 210 | 0.8 | 0.69 |
| Hex | 6F | AF | EF | 36 | 1B | 0 | 6 | D2 | 50 | 45 |
| Octal | 157 | 257 | 357 | 66 | 33 | 0 | 6 | 322 | 120 | 105 |
| Binary | 1101111 | 10101111 | 11101111 | 110110 | 11011 | 0 | 110 | 11010010 | 1010000 | 1000101 |
Color Harmonies of #6FAFEF
Complementary color
Monochromatic Colors of #6FAFEF
Black with #6FAFEF
Text Example
Text Example
White with #6FAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFEF; }
p { color: rgb(111,175,239); }
H1.HeaderClassName
{
color: #6FAFEF;
}
.AnyTagClassName
{
color: #6FAFEF;
}
</style>
background-color css
<style>
a { background-color: #6FAFEF; }
a { background-color: rgb(111,175,239); }
div.DivClassName
{
background-color: #6FAFEF;
}
.BgClassName
{
background-color: #6FAFEF;
}
</style>
border-color css
<style>
span { border-color: #6FAFEF; }
span { border-color: rgb(111,175,239); }
td.TdClassName
{
border-color: #6FAFEF;
}
.TagClassName
{
border-color: #6FAFEF;
}
</style>