Shades of Cornflower Blue #6F9FFD
Tints of Cornflower Blue #6F9FFD
RGB
CMYK
RGB Variations
Color information
#6F9FFD (or 0x6F9FFD) is known color: Cornflower Blue. HEX triplet: 6F, 9F and FD. RGB value is (111,159,253). Sum of RGB (Red+Green+Blue) = 111+159+253=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F9FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9FFD is #906002. Grayscale: #9A9A9A. Windows color (decimal): -9461763 or 16621423. OLE color: 16621423.
HSL color Cylindrical-coordinate representation of color #6F9FFD: hue angle of 219.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9FFD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 159 | 253 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.01 |
| HSL | 219.72º | 0.97% | 0.71% | - |
| HSV(B) | 219.72º | 0.56% | 0.99% | - |
| XYZ | 36.68 | 35.27 | 97.8 | - |
| YUV | 155.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 253 | 0.56 | 0.37 | 0 | 0.01 | 219.72 | 0.97 | 0.71 |
| Hex | 6F | 9F | FD | 38 | 25 | 0 | 1 | DC | 61 | 47 |
| Octal | 157 | 237 | 375 | 70 | 45 | 0 | 1 | 334 | 141 | 107 |
| Binary | 1101111 | 10011111 | 11111101 | 111000 | 100101 | 0 | 1 | 11011100 | 1100001 | 1000111 |
Color Harmonies of #6F9FFD
Complementary color
Monochromatic Colors of #6F9FFD
Black with #6F9FFD
Text Example
Text Example
White with #6F9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FFD; }
p { color: rgb(111,159,253); }
H1.HeaderClassName
{
color: #6F9FFD;
}
.AnyTagClassName
{
color: #6F9FFD;
}
</style>
background-color css
<style>
a { background-color: #6F9FFD; }
a { background-color: rgb(111,159,253); }
div.DivClassName
{
background-color: #6F9FFD;
}
.BgClassName
{
background-color: #6F9FFD;
}
</style>
border-color css
<style>
span { border-color: #6F9FFD; }
span { border-color: rgb(111,159,253); }
td.TdClassName
{
border-color: #6F9FFD;
}
.TagClassName
{
border-color: #6F9FFD;
}
</style>