Shades of Cornflower Blue #6B8FE3
Tints of Cornflower Blue #6B8FE3
RGB
CMYK
RGB Variations
Color information
#6B8FE3 (or 0x6B8FE3) is known color: Cornflower Blue. HEX triplet: 6B, 8F and E3. RGB value is (107,143,227). Sum of RGB (Red+Green+Blue) = 107+143+227=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #6B8FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FE3 is #94701C. Grayscale: #8D8D8D. Windows color (decimal): -9728029 or 14913387. OLE color: 14913387.
HSL color Cylindrical-coordinate representation of color #6B8FE3: hue angle of 222º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B8FE3 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 143 | 227 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.11 |
| HSL | 222º | 0.68% | 0.65% | - |
| HSV(B) | 222º | 0.53% | 0.89% | - |
| XYZ | 29.75 | 28.32 | 76.57 | - |
| YUV | 141.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 227 | 0.53 | 0.37 | 0 | 0.11 | 222 | 0.68 | 0.65 |
| Hex | 6B | 8F | E3 | 35 | 25 | 0 | B | DE | 44 | 41 |
| Octal | 153 | 217 | 343 | 65 | 45 | 0 | 13 | 336 | 104 | 101 |
| Binary | 1101011 | 10001111 | 11100011 | 110101 | 100101 | 0 | 1011 | 11011110 | 1000100 | 1000001 |
Color Harmonies of #6B8FE3
Complementary color
Monochromatic Colors of #6B8FE3
Black with #6B8FE3
Text Example
Text Example
White with #6B8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FE3; }
p { color: rgb(107,143,227); }
H1.HeaderClassName
{
color: #6B8FE3;
}
.AnyTagClassName
{
color: #6B8FE3;
}
</style>
background-color css
<style>
a { background-color: #6B8FE3; }
a { background-color: rgb(107,143,227); }
div.DivClassName
{
background-color: #6B8FE3;
}
.BgClassName
{
background-color: #6B8FE3;
}
</style>
border-color css
<style>
span { border-color: #6B8FE3; }
span { border-color: rgb(107,143,227); }
td.TdClassName
{
border-color: #6B8FE3;
}
.TagClassName
{
border-color: #6B8FE3;
}
</style>