Shades of Jordy Blue #6CA7EE
Tints of Jordy Blue #6CA7EE
RGB
CMYK
RGB Variations
Color information
#6CA7EE (or 0x6CA7EE) is known color: Jordy Blue. HEX triplet: 6C, A7 and EE. RGB value is (108,167,238). Sum of RGB (Red+Green+Blue) = 108+167+238=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CA7EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA7EE is #935811. Grayscale: #9D9D9D. Windows color (decimal): -9656338 or 15640428. OLE color: 15640428.
HSL color Cylindrical-coordinate representation of color #6CA7EE: hue angle of 212.77º 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 #6CA7EE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 167 | 238 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.07 |
| HSL | 212.77º | 0.79% | 0.68% | - |
| HSV(B) | 212.77º | 0.55% | 0.93% | - |
| XYZ | 35.44 | 37 | 86.16 | - |
| YUV | 157.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 238 | 0.55 | 0.30 | 0 | 0.07 | 212.77 | 0.79 | 0.68 |
| Hex | 6C | A7 | EE | 37 | 1E | 0 | 7 | D5 | 4F | 44 |
| Octal | 154 | 247 | 356 | 67 | 36 | 0 | 7 | 325 | 117 | 104 |
| Binary | 1101100 | 10100111 | 11101110 | 110111 | 11110 | 0 | 111 | 11010101 | 1001111 | 1000100 |
Color Harmonies of #6CA7EE
Complementary color
Monochromatic Colors of #6CA7EE
Black with #6CA7EE
Text Example
Text Example
White with #6CA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA7EE; }
p { color: rgb(108,167,238); }
H1.HeaderClassName
{
color: #6CA7EE;
}
.AnyTagClassName
{
color: #6CA7EE;
}
</style>
background-color css
<style>
a { background-color: #6CA7EE; }
a { background-color: rgb(108,167,238); }
div.DivClassName
{
background-color: #6CA7EE;
}
.BgClassName
{
background-color: #6CA7EE;
}
</style>
border-color css
<style>
span { border-color: #6CA7EE; }
span { border-color: rgb(108,167,238); }
td.TdClassName
{
border-color: #6CA7EE;
}
.TagClassName
{
border-color: #6CA7EE;
}
</style>