Shades of Cornflower Blue #6B85FE
Tints of Cornflower Blue #6B85FE
RGB
CMYK
RGB Variations
Color information
#6B85FE (or 0x6B85FE) is known color: Cornflower Blue. HEX triplet: 6B, 85 and FE. RGB value is (107,133,254). Sum of RGB (Red+Green+Blue) = 107+133+254=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B85FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B85FE is #947A01. Grayscale: #8A8A8A. Windows color (decimal): -9730562 or 16680299. OLE color: 16680299.
HSL color Cylindrical-coordinate representation of color #6B85FE: hue angle of 229.39º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B85FE is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 133 | 254 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.00 |
| HSL | 229.39º | 0.99% | 0.71% | - |
| HSV(B) | 229.39º | 0.58% | 1% | - |
| XYZ | 32.34 | 27.06 | 97.28 | - |
| YUV | 139.02 | 192.89 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 254 | 0.58 | 0.48 | 0 | 0.00 | 229.39 | 0.99 | 0.71 |
| Hex | 6B | 85 | FE | 3A | 30 | 0 | 0 | E5 | 63 | 47 |
| Octal | 153 | 205 | 376 | 72 | 60 | 0 | 0 | 345 | 143 | 107 |
| Binary | 1101011 | 10000101 | 11111110 | 111010 | 110000 | 0 | 0 | 11100101 | 1100011 | 1000111 |
Color Harmonies of #6B85FE
Complementary color
Monochromatic Colors of #6B85FE
Black with #6B85FE
Text Example
Text Example
White with #6B85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B85FE; }
p { color: rgb(107,133,254); }
H1.HeaderClassName
{
color: #6B85FE;
}
.AnyTagClassName
{
color: #6B85FE;
}
</style>
background-color css
<style>
a { background-color: #6B85FE; }
a { background-color: rgb(107,133,254); }
div.DivClassName
{
background-color: #6B85FE;
}
.BgClassName
{
background-color: #6B85FE;
}
</style>
border-color css
<style>
span { border-color: #6B85FE; }
span { border-color: rgb(107,133,254); }
td.TdClassName
{
border-color: #6B85FE;
}
.TagClassName
{
border-color: #6B85FE;
}
</style>