Shades of Jordy Blue #6CADEF
Tints of Jordy Blue #6CADEF
RGB
CMYK
RGB Variations
Color information
#6CADEF (or 0x6CADEF) is known color: Jordy Blue. HEX triplet: 6C, AD and EF. RGB value is (108,173,239). Sum of RGB (Red+Green+Blue) = 108+173+239=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CADEF is #935210. Grayscale: #A0A0A0. Windows color (decimal): -9654801 or 15707500. OLE color: 15707500.
HSL color Cylindrical-coordinate representation of color #6CADEF: hue angle of 210.23º 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 #6CADEF is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 173 | 239 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.06 |
| HSL | 210.23º | 0.8% | 0.68% | - |
| HSV(B) | 210.23º | 0.55% | 0.94% | - |
| XYZ | 36.71 | 39.31 | 87.31 | - |
| YUV | 161.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 239 | 0.55 | 0.28 | 0 | 0.06 | 210.23 | 0.8 | 0.68 |
| Hex | 6C | AD | EF | 37 | 1C | 0 | 6 | D2 | 50 | 44 |
| Octal | 154 | 255 | 357 | 67 | 34 | 0 | 6 | 322 | 120 | 104 |
| Binary | 1101100 | 10101101 | 11101111 | 110111 | 11100 | 0 | 110 | 11010010 | 1010000 | 1000100 |
Color Harmonies of #6CADEF
Complementary color
Monochromatic Colors of #6CADEF
Black with #6CADEF
Text Example
Text Example
White with #6CADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADEF; }
p { color: rgb(108,173,239); }
H1.HeaderClassName
{
color: #6CADEF;
}
.AnyTagClassName
{
color: #6CADEF;
}
</style>
background-color css
<style>
a { background-color: #6CADEF; }
a { background-color: rgb(108,173,239); }
div.DivClassName
{
background-color: #6CADEF;
}
.BgClassName
{
background-color: #6CADEF;
}
</style>
border-color css
<style>
span { border-color: #6CADEF; }
span { border-color: rgb(108,173,239); }
td.TdClassName
{
border-color: #6CADEF;
}
.TagClassName
{
border-color: #6CADEF;
}
</style>