Shades of Cornflower Blue #6B7FED
Tints of Cornflower Blue #6B7FED
RGB
CMYK
RGB Variations
Color information
#6B7FED (or 0x6B7FED) is known color: Cornflower Blue. HEX triplet: 6B, 7F and ED. RGB value is (107,127,237). Sum of RGB (Red+Green+Blue) = 107+127+237=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FED is #948012. Grayscale: #858585. Windows color (decimal): -9732115 or 15564651. OLE color: 15564651.
HSL color Cylindrical-coordinate representation of color #6B7FED: hue angle of 230.77º 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 #6B7FED is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 127 | 237 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.07 |
| HSL | 230.77º | 0.78% | 0.67% | - |
| HSV(B) | 230.77º | 0.55% | 0.93% | - |
| XYZ | 28.94 | 24.42 | 83.31 | - |
| YUV | 133.56 | 186.37 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 237 | 0.55 | 0.46 | 0 | 0.07 | 230.77 | 0.78 | 0.67 |
| Hex | 6B | 7F | ED | 37 | 2E | 0 | 7 | E7 | 4E | 43 |
| Octal | 153 | 177 | 355 | 67 | 56 | 0 | 7 | 347 | 116 | 103 |
| Binary | 1101011 | 1111111 | 11101101 | 110111 | 101110 | 0 | 111 | 11100111 | 1001110 | 1000011 |
Color Harmonies of #6B7FED
Complementary color
Monochromatic Colors of #6B7FED
Black with #6B7FED
Text Example
Text Example
White with #6B7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FED; }
p { color: rgb(107,127,237); }
H1.HeaderClassName
{
color: #6B7FED;
}
.AnyTagClassName
{
color: #6B7FED;
}
</style>
background-color css
<style>
a { background-color: #6B7FED; }
a { background-color: rgb(107,127,237); }
div.DivClassName
{
background-color: #6B7FED;
}
.BgClassName
{
background-color: #6B7FED;
}
</style>
border-color css
<style>
span { border-color: #6B7FED; }
span { border-color: rgb(107,127,237); }
td.TdClassName
{
border-color: #6B7FED;
}
.TagClassName
{
border-color: #6B7FED;
}
</style>