Shades of Cornflower Blue #6B9FFD
Tints of Cornflower Blue #6B9FFD
RGB
CMYK
RGB Variations
Color information
#6B9FFD (or 0x6B9FFD) is known color: Cornflower Blue. HEX triplet: 6B, 9F and FD. RGB value is (107,159,253). Sum of RGB (Red+Green+Blue) = 107+159+253=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B9FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9FFD is #946002. Grayscale: #999999. Windows color (decimal): -9723907 or 16621419. OLE color: 16621419.
HSL color Cylindrical-coordinate representation of color #6B9FFD: hue angle of 218.63º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B9FFD is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 159 | 253 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.01 |
| HSL | 218.63º | 0.97% | 0.71% | - |
| HSV(B) | 218.63º | 0.58% | 0.99% | - |
| XYZ | 36.19 | 35.01 | 97.78 | - |
| YUV | 154.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 253 | 0.58 | 0.37 | 0 | 0.01 | 218.63 | 0.97 | 0.71 |
| Hex | 6B | 9F | FD | 3A | 25 | 0 | 1 | DB | 61 | 47 |
| Octal | 153 | 237 | 375 | 72 | 45 | 0 | 1 | 333 | 141 | 107 |
| Binary | 1101011 | 10011111 | 11111101 | 111010 | 100101 | 0 | 1 | 11011011 | 1100001 | 1000111 |
Color Harmonies of #6B9FFD
Complementary color
Monochromatic Colors of #6B9FFD
Black with #6B9FFD
Text Example
Text Example
White with #6B9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9FFD; }
p { color: rgb(107,159,253); }
H1.HeaderClassName
{
color: #6B9FFD;
}
.AnyTagClassName
{
color: #6B9FFD;
}
</style>
background-color css
<style>
a { background-color: #6B9FFD; }
a { background-color: rgb(107,159,253); }
div.DivClassName
{
background-color: #6B9FFD;
}
.BgClassName
{
background-color: #6B9FFD;
}
</style>
border-color css
<style>
span { border-color: #6B9FFD; }
span { border-color: rgb(107,159,253); }
td.TdClassName
{
border-color: #6B9FFD;
}
.TagClassName
{
border-color: #6B9FFD;
}
</style>