Shades of Jordy Blue #6CACEF
Tints of Jordy Blue #6CACEF
RGB
CMYK
RGB Variations
Color information
#6CACEF (or 0x6CACEF) is known color: Jordy Blue. HEX triplet: 6C, AC and EF. RGB value is (108,172,239). Sum of RGB (Red+Green+Blue) = 108+172+239=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACEF is #935310. Grayscale: #A0A0A0. Windows color (decimal): -9655057 or 15707244. OLE color: 15707244.
HSL color Cylindrical-coordinate representation of color #6CACEF: hue angle of 210.69º 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 #6CACEF is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 172 | 239 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.06 |
| HSL | 210.69º | 0.8% | 0.68% | - |
| HSV(B) | 210.69º | 0.55% | 0.94% | - |
| XYZ | 36.52 | 38.93 | 87.25 | - |
| YUV | 160.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 239 | 0.55 | 0.28 | 0 | 0.06 | 210.69 | 0.8 | 0.68 |
| Hex | 6C | AC | EF | 37 | 1C | 0 | 6 | D3 | 50 | 44 |
| Octal | 154 | 254 | 357 | 67 | 34 | 0 | 6 | 323 | 120 | 104 |
| Binary | 1101100 | 10101100 | 11101111 | 110111 | 11100 | 0 | 110 | 11010011 | 1010000 | 1000100 |
Color Harmonies of #6CACEF
Complementary color
Monochromatic Colors of #6CACEF
Black with #6CACEF
Text Example
Text Example
White with #6CACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACEF; }
p { color: rgb(108,172,239); }
H1.HeaderClassName
{
color: #6CACEF;
}
.AnyTagClassName
{
color: #6CACEF;
}
</style>
background-color css
<style>
a { background-color: #6CACEF; }
a { background-color: rgb(108,172,239); }
div.DivClassName
{
background-color: #6CACEF;
}
.BgClassName
{
background-color: #6CACEF;
}
</style>
border-color css
<style>
span { border-color: #6CACEF; }
span { border-color: rgb(108,172,239); }
td.TdClassName
{
border-color: #6CACEF;
}
.TagClassName
{
border-color: #6CACEF;
}
</style>