Shades of Jordy Blue #6CABEF
Tints of Jordy Blue #6CABEF
RGB
CMYK
RGB Variations
Color information
#6CABEF (or 0x6CABEF) is known color: Jordy Blue. HEX triplet: 6C, AB and EF. RGB value is (108,171,239). Sum of RGB (Red+Green+Blue) = 108+171+239=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CABEF is #935410. Grayscale: #9F9F9F. Windows color (decimal): -9655313 or 15706988. OLE color: 15706988.
HSL color Cylindrical-coordinate representation of color #6CABEF: hue angle of 211.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CABEF is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 171 | 239 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.06 |
| HSL | 211.15º | 0.8% | 0.68% | - |
| HSV(B) | 211.15º | 0.55% | 0.94% | - |
| XYZ | 36.33 | 38.55 | 87.19 | - |
| YUV | 159.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 239 | 0.55 | 0.28 | 0 | 0.06 | 211.15 | 0.8 | 0.68 |
| Hex | 6C | AB | EF | 37 | 1C | 0 | 6 | D3 | 50 | 44 |
| Octal | 154 | 253 | 357 | 67 | 34 | 0 | 6 | 323 | 120 | 104 |
| Binary | 1101100 | 10101011 | 11101111 | 110111 | 11100 | 0 | 110 | 11010011 | 1010000 | 1000100 |
Color Harmonies of #6CABEF
Complementary color
Monochromatic Colors of #6CABEF
Black with #6CABEF
Text Example
Text Example
White with #6CABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABEF; }
p { color: rgb(108,171,239); }
H1.HeaderClassName
{
color: #6CABEF;
}
.AnyTagClassName
{
color: #6CABEF;
}
</style>
background-color css
<style>
a { background-color: #6CABEF; }
a { background-color: rgb(108,171,239); }
div.DivClassName
{
background-color: #6CABEF;
}
.BgClassName
{
background-color: #6CABEF;
}
</style>
border-color css
<style>
span { border-color: #6CABEF; }
span { border-color: rgb(108,171,239); }
td.TdClassName
{
border-color: #6CABEF;
}
.TagClassName
{
border-color: #6CABEF;
}
</style>