Shades of Jordy Blue #6BA9E4
Tints of Jordy Blue #6BA9E4
RGB
CMYK
RGB Variations
Color information
#6BA9E4 (or 0x6BA9E4) is known color: Jordy Blue. HEX triplet: 6B, A9 and E4. RGB value is (107,169,228). Sum of RGB (Red+Green+Blue) = 107+169+228=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BA9E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9E4 is #94561B. Grayscale: #9C9C9C. Windows color (decimal): -9721372 or 14985579. OLE color: 14985579.
HSL color Cylindrical-coordinate representation of color #6BA9E4: hue angle of 209.26º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BA9E4 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 169 | 228 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.11 |
| HSL | 209.26º | 0.69% | 0.66% | - |
| HSV(B) | 209.26º | 0.53% | 0.89% | - |
| XYZ | 34.25 | 37.1 | 78.75 | - |
| YUV | 157.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 228 | 0.53 | 0.26 | 0 | 0.11 | 209.26 | 0.69 | 0.66 |
| Hex | 6B | A9 | E4 | 35 | 1A | 0 | B | D1 | 45 | 42 |
| Octal | 153 | 251 | 344 | 65 | 32 | 0 | 13 | 321 | 105 | 102 |
| Binary | 1101011 | 10101001 | 11100100 | 110101 | 11010 | 0 | 1011 | 11010001 | 1000101 | 1000010 |
Color Harmonies of #6BA9E4
Complementary color
Monochromatic Colors of #6BA9E4
Black with #6BA9E4
Text Example
Text Example
White with #6BA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA9E4; }
p { color: rgb(107,169,228); }
H1.HeaderClassName
{
color: #6BA9E4;
}
.AnyTagClassName
{
color: #6BA9E4;
}
</style>
background-color css
<style>
a { background-color: #6BA9E4; }
a { background-color: rgb(107,169,228); }
div.DivClassName
{
background-color: #6BA9E4;
}
.BgClassName
{
background-color: #6BA9E4;
}
</style>
border-color css
<style>
span { border-color: #6BA9E4; }
span { border-color: rgb(107,169,228); }
td.TdClassName
{
border-color: #6BA9E4;
}
.TagClassName
{
border-color: #6BA9E4;
}
</style>