Shades of Cornflower Blue #6B8EFF
Tints of Cornflower Blue #6B8EFF
RGB
CMYK
RGB Variations
Color information
#6B8EFF (or 0x6B8EFF) is known color: Cornflower Blue. HEX triplet: 6B, 8E and FF. RGB value is (107,142,255). Sum of RGB (Red+Green+Blue) = 107+142+255=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8EFF is #947100. Grayscale: #8F8F8F. Windows color (decimal): -9728257 or 16748139. OLE color: 16748139.
HSL color Cylindrical-coordinate representation of color #6B8EFF: hue angle of 225.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B8EFF is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 142 | 255 | - |
| CMYK | 0.58 | 0.44 | 0 | 0 |
| HSL | 225.81º | 1% | 0.71% | - |
| HSV(B) | 225.81º | 0.58% | 1% | - |
| XYZ | 33.79 | 29.69 | 98.56 | - |
| YUV | 144.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 142 | 255 | 0.58 | 0.44 | 0 | 0 | 225.81 | 1 | 0.71 |
| Hex | 6B | 8E | FF | 3A | 2C | 0 | 0 | E2 | 64 | 47 |
| Octal | 153 | 216 | 377 | 72 | 54 | 0 | 0 | 342 | 144 | 107 |
| Binary | 1101011 | 10001110 | 11111111 | 111010 | 101100 | 0 | 0 | 11100010 | 1100100 | 1000111 |
Color Harmonies of #6B8EFF
Complementary color
Monochromatic Colors of #6B8EFF
Black with #6B8EFF
Text Example
Text Example
White with #6B8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8EFF; }
p { color: rgb(107,142,255); }
H1.HeaderClassName
{
color: #6B8EFF;
}
.AnyTagClassName
{
color: #6B8EFF;
}
</style>
background-color css
<style>
a { background-color: #6B8EFF; }
a { background-color: rgb(107,142,255); }
div.DivClassName
{
background-color: #6B8EFF;
}
.BgClassName
{
background-color: #6B8EFF;
}
</style>
border-color css
<style>
span { border-color: #6B8EFF; }
span { border-color: rgb(107,142,255); }
td.TdClassName
{
border-color: #6B8EFF;
}
.TagClassName
{
border-color: #6B8EFF;
}
</style>