Shades of Jordy Blue #6FAEDD
Tints of Jordy Blue #6FAEDD
RGB
CMYK
RGB Variations
Color information
#6FAEDD (or 0x6FAEDD) is known color: Jordy Blue. HEX triplet: 6F, AE and DD. RGB value is (111,174,221). Sum of RGB (Red+Green+Blue) = 111+174+221=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEDD is #905122. Grayscale: #A0A0A0. Windows color (decimal): -9457955 or 14528111. OLE color: 14528111.
HSL color Cylindrical-coordinate representation of color #6FAEDD: hue angle of 205.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FAEDD is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 174 | 221 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.13 |
| HSL | 205.64º | 0.62% | 0.65% | - |
| HSV(B) | 205.64º | 0.5% | 0.87% | - |
| XYZ | 34.74 | 38.87 | 74.08 | - |
| YUV | 160.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 221 | 0.50 | 0.21 | 0 | 0.13 | 205.64 | 0.62 | 0.65 |
| Hex | 6F | AE | DD | 32 | 15 | 0 | D | CE | 3E | 41 |
| Octal | 157 | 256 | 335 | 62 | 25 | 0 | 15 | 316 | 76 | 101 |
| Binary | 1101111 | 10101110 | 11011101 | 110010 | 10101 | 0 | 1101 | 11001110 | 111110 | 1000001 |
Color Harmonies of #6FAEDD
Complementary color
Monochromatic Colors of #6FAEDD
Black with #6FAEDD
Text Example
Text Example
White with #6FAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEDD; }
p { color: rgb(111,174,221); }
H1.HeaderClassName
{
color: #6FAEDD;
}
.AnyTagClassName
{
color: #6FAEDD;
}
</style>
background-color css
<style>
a { background-color: #6FAEDD; }
a { background-color: rgb(111,174,221); }
div.DivClassName
{
background-color: #6FAEDD;
}
.BgClassName
{
background-color: #6FAEDD;
}
</style>
border-color css
<style>
span { border-color: #6FAEDD; }
span { border-color: rgb(111,174,221); }
td.TdClassName
{
border-color: #6FAEDD;
}
.TagClassName
{
border-color: #6FAEDD;
}
</style>