Shades of Cornflower Blue #6B8FFB
Tints of Cornflower Blue #6B8FFB
RGB
CMYK
RGB Variations
Color information
#6B8FFB (or 0x6B8FFB) is known color: Cornflower Blue. HEX triplet: 6B, 8F and FB. RGB value is (107,143,251). Sum of RGB (Red+Green+Blue) = 107+143+251=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B8FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8FFB is #947004. Grayscale: #909090. Windows color (decimal): -9728005 or 16486251. OLE color: 16486251.
HSL color Cylindrical-coordinate representation of color #6B8FFB: hue angle of 225º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B8FFB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 143 | 251 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.02 |
| HSL | 225º | 0.95% | 0.7% | - |
| HSV(B) | 225º | 0.57% | 0.98% | - |
| XYZ | 33.3 | 29.74 | 95.25 | - |
| YUV | 144.55 | 188.07 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 251 | 0.57 | 0.43 | 0 | 0.02 | 225 | 0.95 | 0.7 |
| Hex | 6B | 8F | FB | 39 | 2B | 0 | 2 | E1 | 5F | 46 |
| Octal | 153 | 217 | 373 | 71 | 53 | 0 | 2 | 341 | 137 | 106 |
| Binary | 1101011 | 10001111 | 11111011 | 111001 | 101011 | 0 | 10 | 11100001 | 1011111 | 1000110 |
Color Harmonies of #6B8FFB
Complementary color
Monochromatic Colors of #6B8FFB
Black with #6B8FFB
Text Example
Text Example
White with #6B8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FFB; }
p { color: rgb(107,143,251); }
H1.HeaderClassName
{
color: #6B8FFB;
}
.AnyTagClassName
{
color: #6B8FFB;
}
</style>
background-color css
<style>
a { background-color: #6B8FFB; }
a { background-color: rgb(107,143,251); }
div.DivClassName
{
background-color: #6B8FFB;
}
.BgClassName
{
background-color: #6B8FFB;
}
</style>
border-color css
<style>
span { border-color: #6B8FFB; }
span { border-color: rgb(107,143,251); }
td.TdClassName
{
border-color: #6B8FFB;
}
.TagClassName
{
border-color: #6B8FFB;
}
</style>