Shades of Cornflower Blue #6F8FFD
Tints of Cornflower Blue #6F8FFD
RGB
CMYK
RGB Variations
Color information
#6F8FFD (or 0x6F8FFD) is known color: Cornflower Blue. HEX triplet: 6F, 8F and FD. RGB value is (111,143,253). Sum of RGB (Red+Green+Blue) = 111+143+253=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F8FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8FFD is #907002. Grayscale: #919191. Windows color (decimal): -9465859 or 16617327. OLE color: 16617327.
HSL color Cylindrical-coordinate representation of color #6F8FFD: hue angle of 226.48º 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 #6F8FFD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 143 | 253 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.01 |
| HSL | 226.48º | 0.97% | 0.71% | - |
| HSV(B) | 226.48º | 0.56% | 0.99% | - |
| XYZ | 34.11 | 30.12 | 96.94 | - |
| YUV | 145.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 253 | 0.56 | 0.43 | 0 | 0.01 | 226.48 | 0.97 | 0.71 |
| Hex | 6F | 8F | FD | 38 | 2B | 0 | 1 | E2 | 61 | 47 |
| Octal | 157 | 217 | 375 | 70 | 53 | 0 | 1 | 342 | 141 | 107 |
| Binary | 1101111 | 10001111 | 11111101 | 111000 | 101011 | 0 | 1 | 11100010 | 1100001 | 1000111 |
Color Harmonies of #6F8FFD
Complementary color
Monochromatic Colors of #6F8FFD
Black with #6F8FFD
Text Example
Text Example
White with #6F8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FFD; }
p { color: rgb(111,143,253); }
H1.HeaderClassName
{
color: #6F8FFD;
}
.AnyTagClassName
{
color: #6F8FFD;
}
</style>
background-color css
<style>
a { background-color: #6F8FFD; }
a { background-color: rgb(111,143,253); }
div.DivClassName
{
background-color: #6F8FFD;
}
.BgClassName
{
background-color: #6F8FFD;
}
</style>
border-color css
<style>
span { border-color: #6F8FFD; }
span { border-color: rgb(111,143,253); }
td.TdClassName
{
border-color: #6F8FFD;
}
.TagClassName
{
border-color: #6F8FFD;
}
</style>