Shades of Cornflower Blue #6384FC
Tints of Cornflower Blue #6384FC
RGB
CMYK
RGB Variations
Color information
#6384FC (or 0x6384FC) is known color: Cornflower Blue. HEX triplet: 63, 84 and FC. RGB value is (99,132,252). Sum of RGB (Red+Green+Blue) = 99+132+252=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #6384FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6384FC is #9C7B03. Grayscale: #878787. Windows color (decimal): -10255108 or 16548963. OLE color: 16548963.
HSL color Cylindrical-coordinate representation of color #6384FC: hue angle of 227.06º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6384FC is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 132 | 252 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.01 |
| HSL | 227.06º | 0.96% | 0.69% | - |
| HSV(B) | 227.06º | 0.61% | 0.99% | - |
| XYZ | 30.97 | 26.18 | 95.52 | - |
| YUV | 135.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 252 | 0.61 | 0.48 | 0 | 0.01 | 227.06 | 0.96 | 0.69 |
| Hex | 63 | 84 | FC | 3D | 30 | 0 | 1 | E3 | 60 | 45 |
| Octal | 143 | 204 | 374 | 75 | 60 | 0 | 1 | 343 | 140 | 105 |
| Binary | 1100011 | 10000100 | 11111100 | 111101 | 110000 | 0 | 1 | 11100011 | 1100000 | 1000101 |
Color Harmonies of #6384FC
Complementary color
Monochromatic Colors of #6384FC
Black with #6384FC
Text Example
Text Example
White with #6384FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6384FC; }
p { color: rgb(99,132,252); }
H1.HeaderClassName
{
color: #6384FC;
}
.AnyTagClassName
{
color: #6384FC;
}
</style>
background-color css
<style>
a { background-color: #6384FC; }
a { background-color: rgb(99,132,252); }
div.DivClassName
{
background-color: #6384FC;
}
.BgClassName
{
background-color: #6384FC;
}
</style>
border-color css
<style>
span { border-color: #6384FC; }
span { border-color: rgb(99,132,252); }
td.TdClassName
{
border-color: #6384FC;
}
.TagClassName
{
border-color: #6384FC;
}
</style>