Shades of Jordy Blue #6BAEF1
Tints of Jordy Blue #6BAEF1
RGB
CMYK
RGB Variations
Color information
#6BAEF1 (or 0x6BAEF1) is known color: Jordy Blue. HEX triplet: 6B, AE and F1. RGB value is (107,174,241). Sum of RGB (Red+Green+Blue) = 107+174+241=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEF1 is #94510E. Grayscale: #A1A1A1. Windows color (decimal): -9720079 or 15838827. OLE color: 15838827.
HSL color Cylindrical-coordinate representation of color #6BAEF1: hue angle of 210º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BAEF1 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 174 | 241 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.05 |
| HSL | 210º | 0.83% | 0.68% | - |
| HSV(B) | 210º | 0.56% | 0.95% | - |
| XYZ | 37.08 | 39.75 | 88.94 | - |
| YUV | 161.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 241 | 0.56 | 0.28 | 0 | 0.05 | 210 | 0.83 | 0.68 |
| Hex | 6B | AE | F1 | 38 | 1C | 0 | 5 | D2 | 53 | 44 |
| Octal | 153 | 256 | 361 | 70 | 34 | 0 | 5 | 322 | 123 | 104 |
| Binary | 1101011 | 10101110 | 11110001 | 111000 | 11100 | 0 | 101 | 11010010 | 1010011 | 1000100 |
Color Harmonies of #6BAEF1
Complementary color
Monochromatic Colors of #6BAEF1
Black with #6BAEF1
Text Example
Text Example
White with #6BAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEF1; }
p { color: rgb(107,174,241); }
H1.HeaderClassName
{
color: #6BAEF1;
}
.AnyTagClassName
{
color: #6BAEF1;
}
</style>
background-color css
<style>
a { background-color: #6BAEF1; }
a { background-color: rgb(107,174,241); }
div.DivClassName
{
background-color: #6BAEF1;
}
.BgClassName
{
background-color: #6BAEF1;
}
</style>
border-color css
<style>
span { border-color: #6BAEF1; }
span { border-color: rgb(107,174,241); }
td.TdClassName
{
border-color: #6BAEF1;
}
.TagClassName
{
border-color: #6BAEF1;
}
</style>