Shades of Jordy Blue #6BABEE
Tints of Jordy Blue #6BABEE
RGB
CMYK
RGB Variations
Color information
#6BABEE (or 0x6BABEE) is known color: Jordy Blue. HEX triplet: 6B, AB and EE. RGB value is (107,171,238). Sum of RGB (Red+Green+Blue) = 107+171+238=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABEE is #945411. Grayscale: #9F9F9F. Windows color (decimal): -9720850 or 15641451. OLE color: 15641451.
HSL color Cylindrical-coordinate representation of color #6BABEE: hue angle of 210.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BABEE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 171 | 238 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.07 |
| HSL | 210.69º | 0.79% | 0.68% | - |
| HSV(B) | 210.69º | 0.55% | 0.93% | - |
| XYZ | 36.06 | 38.42 | 86.41 | - |
| YUV | 159.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 238 | 0.55 | 0.28 | 0 | 0.07 | 210.69 | 0.79 | 0.68 |
| Hex | 6B | AB | EE | 37 | 1C | 0 | 7 | D3 | 4F | 44 |
| Octal | 153 | 253 | 356 | 67 | 34 | 0 | 7 | 323 | 117 | 104 |
| Binary | 1101011 | 10101011 | 11101110 | 110111 | 11100 | 0 | 111 | 11010011 | 1001111 | 1000100 |
Color Harmonies of #6BABEE
Complementary color
Monochromatic Colors of #6BABEE
Black with #6BABEE
Text Example
Text Example
White with #6BABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABEE; }
p { color: rgb(107,171,238); }
H1.HeaderClassName
{
color: #6BABEE;
}
.AnyTagClassName
{
color: #6BABEE;
}
</style>
background-color css
<style>
a { background-color: #6BABEE; }
a { background-color: rgb(107,171,238); }
div.DivClassName
{
background-color: #6BABEE;
}
.BgClassName
{
background-color: #6BABEE;
}
</style>
border-color css
<style>
span { border-color: #6BABEE; }
span { border-color: rgb(107,171,238); }
td.TdClassName
{
border-color: #6BABEE;
}
.TagClassName
{
border-color: #6BABEE;
}
</style>