Shades of Cornflower Blue #67A3FC
Tints of Cornflower Blue #67A3FC
RGB
CMYK
RGB Variations
Color information
#67A3FC (or 0x67A3FC) is known color: Cornflower Blue. HEX triplet: 67, A3 and FC. RGB value is (103,163,252). Sum of RGB (Red+Green+Blue) = 103+163+252=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #67A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A3FC is #985C03. Grayscale: #9A9A9A. Windows color (decimal): -9985028 or 16556903. OLE color: 16556903.
HSL color Cylindrical-coordinate representation of color #67A3FC: hue angle of 215.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67A3FC is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 163 | 252 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.01 |
| HSL | 215.84º | 0.96% | 0.7% | - |
| HSV(B) | 215.84º | 0.59% | 0.99% | - |
| XYZ | 36.26 | 36.11 | 97.15 | - |
| YUV | 155.21 | 182.62 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 252 | 0.59 | 0.35 | 0 | 0.01 | 215.84 | 0.96 | 0.7 |
| Hex | 67 | A3 | FC | 3B | 23 | 0 | 1 | D8 | 60 | 46 |
| Octal | 147 | 243 | 374 | 73 | 43 | 0 | 1 | 330 | 140 | 106 |
| Binary | 1100111 | 10100011 | 11111100 | 111011 | 100011 | 0 | 1 | 11011000 | 1100000 | 1000110 |
Color Harmonies of #67A3FC
Complementary color
Monochromatic Colors of #67A3FC
Black with #67A3FC
Text Example
Text Example
White with #67A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A3FC; }
p { color: rgb(103,163,252); }
H1.HeaderClassName
{
color: #67A3FC;
}
.AnyTagClassName
{
color: #67A3FC;
}
</style>
background-color css
<style>
a { background-color: #67A3FC; }
a { background-color: rgb(103,163,252); }
div.DivClassName
{
background-color: #67A3FC;
}
.BgClassName
{
background-color: #67A3FC;
}
</style>
border-color css
<style>
span { border-color: #67A3FC; }
span { border-color: rgb(103,163,252); }
td.TdClassName
{
border-color: #67A3FC;
}
.TagClassName
{
border-color: #67A3FC;
}
</style>