Shades of Jordy Blue #6BAADF
Tints of Jordy Blue #6BAADF
RGB
CMYK
RGB Variations
Color information
#6BAADF (or 0x6BAADF) is known color: Jordy Blue. HEX triplet: 6B, AA and DF. RGB value is (107,170,223). Sum of RGB (Red+Green+Blue) = 107+170+223=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAADF is #945520. Grayscale: #9C9C9C. Windows color (decimal): -9721121 or 14658155. OLE color: 14658155.
HSL color Cylindrical-coordinate representation of color #6BAADF: hue angle of 207.41º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAADF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 170 | 223 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.13 |
| HSL | 207.41º | 0.64% | 0.65% | - |
| HSV(B) | 207.41º | 0.52% | 0.87% | - |
| XYZ | 33.76 | 37.2 | 75.21 | - |
| YUV | 157.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 223 | 0.52 | 0.24 | 0 | 0.13 | 207.41 | 0.64 | 0.65 |
| Hex | 6B | AA | DF | 34 | 18 | 0 | D | CF | 40 | 41 |
| Octal | 153 | 252 | 337 | 64 | 30 | 0 | 15 | 317 | 100 | 101 |
| Binary | 1101011 | 10101010 | 11011111 | 110100 | 11000 | 0 | 1101 | 11001111 | 1000000 | 1000001 |
Color Harmonies of #6BAADF
Complementary color
Monochromatic Colors of #6BAADF
Black with #6BAADF
Text Example
Text Example
White with #6BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAADF; }
p { color: rgb(107,170,223); }
H1.HeaderClassName
{
color: #6BAADF;
}
.AnyTagClassName
{
color: #6BAADF;
}
</style>
background-color css
<style>
a { background-color: #6BAADF; }
a { background-color: rgb(107,170,223); }
div.DivClassName
{
background-color: #6BAADF;
}
.BgClassName
{
background-color: #6BAADF;
}
</style>
border-color css
<style>
span { border-color: #6BAADF; }
span { border-color: rgb(107,170,223); }
td.TdClassName
{
border-color: #6BAADF;
}
.TagClassName
{
border-color: #6BAADF;
}
</style>