Shades of Jordy Blue #6CA9F2
Tints of Jordy Blue #6CA9F2
RGB
CMYK
RGB Variations
Color information
#6CA9F2 (or 0x6CA9F2) is known color: Jordy Blue. HEX triplet: 6C, A9 and F2. RGB value is (108,169,242). Sum of RGB (Red+Green+Blue) = 108+169+242=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CA9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA9F2 is #93560D. Grayscale: #9E9E9E. Windows color (decimal): -9655822 or 15903084. OLE color: 15903084.
HSL color Cylindrical-coordinate representation of color #6CA9F2: hue angle of 212.69º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CA9F2 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 169 | 242 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.05 |
| HSL | 212.69º | 0.84% | 0.69% | - |
| HSV(B) | 212.69º | 0.55% | 0.95% | - |
| XYZ | 36.4 | 37.97 | 89.42 | - |
| YUV | 159.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 242 | 0.55 | 0.30 | 0 | 0.05 | 212.69 | 0.84 | 0.69 |
| Hex | 6C | A9 | F2 | 37 | 1E | 0 | 5 | D5 | 54 | 45 |
| Octal | 154 | 251 | 362 | 67 | 36 | 0 | 5 | 325 | 124 | 105 |
| Binary | 1101100 | 10101001 | 11110010 | 110111 | 11110 | 0 | 101 | 11010101 | 1010100 | 1000101 |
Color Harmonies of #6CA9F2
Complementary color
Monochromatic Colors of #6CA9F2
Black with #6CA9F2
Text Example
Text Example
White with #6CA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA9F2; }
p { color: rgb(108,169,242); }
H1.HeaderClassName
{
color: #6CA9F2;
}
.AnyTagClassName
{
color: #6CA9F2;
}
</style>
background-color css
<style>
a { background-color: #6CA9F2; }
a { background-color: rgb(108,169,242); }
div.DivClassName
{
background-color: #6CA9F2;
}
.BgClassName
{
background-color: #6CA9F2;
}
</style>
border-color css
<style>
span { border-color: #6CA9F2; }
span { border-color: rgb(108,169,242); }
td.TdClassName
{
border-color: #6CA9F2;
}
.TagClassName
{
border-color: #6CA9F2;
}
</style>