Shades of Jordy Blue #6FADDB
Tints of Jordy Blue #6FADDB
RGB
CMYK
RGB Variations
Color information
#6FADDB (or 0x6FADDB) is known color: Jordy Blue. HEX triplet: 6F, AD and DB. RGB value is (111,173,219). Sum of RGB (Red+Green+Blue) = 111+173+219=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADDB is #905224. Grayscale: #9F9F9F. Windows color (decimal): -9458213 or 14396783. OLE color: 14396783.
HSL color Cylindrical-coordinate representation of color #6FADDB: hue angle of 205.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FADDB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 173 | 219 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.14 |
| HSL | 205.56º | 0.6% | 0.65% | - |
| HSV(B) | 205.56º | 0.49% | 0.86% | - |
| XYZ | 34.29 | 38.38 | 72.62 | - |
| YUV | 159.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 219 | 0.49 | 0.21 | 0 | 0.14 | 205.56 | 0.6 | 0.65 |
| Hex | 6F | AD | DB | 31 | 15 | 0 | E | CE | 3C | 41 |
| Octal | 157 | 255 | 333 | 61 | 25 | 0 | 16 | 316 | 74 | 101 |
| Binary | 1101111 | 10101101 | 11011011 | 110001 | 10101 | 0 | 1110 | 11001110 | 111100 | 1000001 |
Color Harmonies of #6FADDB
Complementary color
Monochromatic Colors of #6FADDB
Black with #6FADDB
Text Example
Text Example
White with #6FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADDB; }
p { color: rgb(111,173,219); }
H1.HeaderClassName
{
color: #6FADDB;
}
.AnyTagClassName
{
color: #6FADDB;
}
</style>
background-color css
<style>
a { background-color: #6FADDB; }
a { background-color: rgb(111,173,219); }
div.DivClassName
{
background-color: #6FADDB;
}
.BgClassName
{
background-color: #6FADDB;
}
</style>
border-color css
<style>
span { border-color: #6FADDB; }
span { border-color: rgb(111,173,219); }
td.TdClassName
{
border-color: #6FADDB;
}
.TagClassName
{
border-color: #6FADDB;
}
</style>