Shades of Cornflower Blue #6B7FFB
Tints of Cornflower Blue #6B7FFB
RGB
CMYK
RGB Variations
Color information
#6B7FFB (or 0x6B7FFB) is known color: Cornflower Blue. HEX triplet: 6B, 7F and FB. RGB value is (107,127,251). Sum of RGB (Red+Green+Blue) = 107+127+251=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B7FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FFB is #948004. Grayscale: #868686. Windows color (decimal): -9732101 or 16482155. OLE color: 16482155.
HSL color Cylindrical-coordinate representation of color #6B7FFB: hue angle of 231.67º 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 #6B7FFB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 127 | 251 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.02 |
| HSL | 231.67º | 0.95% | 0.7% | - |
| HSV(B) | 231.67º | 0.57% | 0.98% | - |
| XYZ | 31.07 | 25.27 | 94.51 | - |
| YUV | 135.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 251 | 0.57 | 0.49 | 0 | 0.02 | 231.67 | 0.95 | 0.7 |
| Hex | 6B | 7F | FB | 39 | 31 | 0 | 2 | E8 | 5F | 46 |
| Octal | 153 | 177 | 373 | 71 | 61 | 0 | 2 | 350 | 137 | 106 |
| Binary | 1101011 | 1111111 | 11111011 | 111001 | 110001 | 0 | 10 | 11101000 | 1011111 | 1000110 |
Color Harmonies of #6B7FFB
Complementary color
Monochromatic Colors of #6B7FFB
Black with #6B7FFB
Text Example
Text Example
White with #6B7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FFB; }
p { color: rgb(107,127,251); }
H1.HeaderClassName
{
color: #6B7FFB;
}
.AnyTagClassName
{
color: #6B7FFB;
}
</style>
background-color css
<style>
a { background-color: #6B7FFB; }
a { background-color: rgb(107,127,251); }
div.DivClassName
{
background-color: #6B7FFB;
}
.BgClassName
{
background-color: #6B7FFB;
}
</style>
border-color css
<style>
span { border-color: #6B7FFB; }
span { border-color: rgb(107,127,251); }
td.TdClassName
{
border-color: #6B7FFB;
}
.TagClassName
{
border-color: #6B7FFB;
}
</style>