Shades of Cornflower Blue #6C84FC
Tints of Cornflower Blue #6C84FC
RGB
CMYK
RGB Variations
Color information
#6C84FC (or 0x6C84FC) is known color: Cornflower Blue. HEX triplet: 6C, 84 and FC. RGB value is (108,132,252). Sum of RGB (Red+Green+Blue) = 108+132+252=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C84FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C84FC is #937B03. Grayscale: #8A8A8A. Windows color (decimal): -9665284 or 16548972. OLE color: 16548972.
HSL color Cylindrical-coordinate representation of color #6C84FC: hue angle of 230º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C84FC is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 132 | 252 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.01 |
| HSL | 230º | 0.96% | 0.71% | - |
| HSV(B) | 230º | 0.57% | 0.99% | - |
| XYZ | 32.01 | 26.72 | 95.57 | - |
| YUV | 138.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 252 | 0.57 | 0.48 | 0 | 0.01 | 230 | 0.96 | 0.71 |
| Hex | 6C | 84 | FC | 39 | 30 | 0 | 1 | E6 | 60 | 47 |
| Octal | 154 | 204 | 374 | 71 | 60 | 0 | 1 | 346 | 140 | 107 |
| Binary | 1101100 | 10000100 | 11111100 | 111001 | 110000 | 0 | 1 | 11100110 | 1100000 | 1000111 |
Color Harmonies of #6C84FC
Complementary color
Monochromatic Colors of #6C84FC
Black with #6C84FC
Text Example
Text Example
White with #6C84FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C84FC; }
p { color: rgb(108,132,252); }
H1.HeaderClassName
{
color: #6C84FC;
}
.AnyTagClassName
{
color: #6C84FC;
}
</style>
background-color css
<style>
a { background-color: #6C84FC; }
a { background-color: rgb(108,132,252); }
div.DivClassName
{
background-color: #6C84FC;
}
.BgClassName
{
background-color: #6C84FC;
}
</style>
border-color css
<style>
span { border-color: #6C84FC; }
span { border-color: rgb(108,132,252); }
td.TdClassName
{
border-color: #6C84FC;
}
.TagClassName
{
border-color: #6C84FC;
}
</style>