Shades of Cornflower Blue #6B8FED
Tints of Cornflower Blue #6B8FED
RGB
CMYK
RGB Variations
Color information
#6B8FED (or 0x6B8FED) is known color: Cornflower Blue. HEX triplet: 6B, 8F and ED. RGB value is (107,143,237). Sum of RGB (Red+Green+Blue) = 107+143+237=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B8FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8FED is #947012. Grayscale: #8E8E8E. Windows color (decimal): -9728019 or 15568747. OLE color: 15568747.
HSL color Cylindrical-coordinate representation of color #6B8FED: hue angle of 223.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B8FED is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 143 | 237 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.07 |
| HSL | 223.38º | 0.78% | 0.67% | - |
| HSV(B) | 223.38º | 0.55% | 0.93% | - |
| XYZ | 31.17 | 28.89 | 84.05 | - |
| YUV | 142.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 237 | 0.55 | 0.40 | 0 | 0.07 | 223.38 | 0.78 | 0.67 |
| Hex | 6B | 8F | ED | 37 | 28 | 0 | 7 | DF | 4E | 43 |
| Octal | 153 | 217 | 355 | 67 | 50 | 0 | 7 | 337 | 116 | 103 |
| Binary | 1101011 | 10001111 | 11101101 | 110111 | 101000 | 0 | 111 | 11011111 | 1001110 | 1000011 |
Color Harmonies of #6B8FED
Complementary color
Monochromatic Colors of #6B8FED
Black with #6B8FED
Text Example
Text Example
White with #6B8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FED; }
p { color: rgb(107,143,237); }
H1.HeaderClassName
{
color: #6B8FED;
}
.AnyTagClassName
{
color: #6B8FED;
}
</style>
background-color css
<style>
a { background-color: #6B8FED; }
a { background-color: rgb(107,143,237); }
div.DivClassName
{
background-color: #6B8FED;
}
.BgClassName
{
background-color: #6B8FED;
}
</style>
border-color css
<style>
span { border-color: #6B8FED; }
span { border-color: rgb(107,143,237); }
td.TdClassName
{
border-color: #6B8FED;
}
.TagClassName
{
border-color: #6B8FED;
}
</style>