Shades of Jordy Blue #6B9FDC
Tints of Jordy Blue #6B9FDC
RGB
CMYK
RGB Variations
Color information
#6B9FDC (or 0x6B9FDC) is known color: Jordy Blue. HEX triplet: 6B, 9F and DC. RGB value is (107,159,220). Sum of RGB (Red+Green+Blue) = 107+159+220=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9FDC is #946023. Grayscale: #969696. Windows color (decimal): -9723940 or 14458731. OLE color: 14458731.
HSL color Cylindrical-coordinate representation of color #6B9FDC: hue angle of 212.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9FDC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 159 | 220 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.14 |
| HSL | 212.39º | 0.62% | 0.64% | - |
| HSV(B) | 212.39º | 0.51% | 0.86% | - |
| XYZ | 31.38 | 33.09 | 72.44 | - |
| YUV | 150.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 220 | 0.51 | 0.28 | 0 | 0.14 | 212.39 | 0.62 | 0.64 |
| Hex | 6B | 9F | DC | 33 | 1C | 0 | E | D4 | 3E | 40 |
| Octal | 153 | 237 | 334 | 63 | 34 | 0 | 16 | 324 | 76 | 100 |
| Binary | 1101011 | 10011111 | 11011100 | 110011 | 11100 | 0 | 1110 | 11010100 | 111110 | 1000000 |
Color Harmonies of #6B9FDC
Complementary color
Monochromatic Colors of #6B9FDC
Black with #6B9FDC
Text Example
Text Example
White with #6B9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9FDC; }
p { color: rgb(107,159,220); }
H1.HeaderClassName
{
color: #6B9FDC;
}
.AnyTagClassName
{
color: #6B9FDC;
}
</style>
background-color css
<style>
a { background-color: #6B9FDC; }
a { background-color: rgb(107,159,220); }
div.DivClassName
{
background-color: #6B9FDC;
}
.BgClassName
{
background-color: #6B9FDC;
}
</style>
border-color css
<style>
span { border-color: #6B9FDC; }
span { border-color: rgb(107,159,220); }
td.TdClassName
{
border-color: #6B9FDC;
}
.TagClassName
{
border-color: #6B9FDC;
}
</style>