Shades of Cornflower Blue #67A4FA
Tints of Cornflower Blue #67A4FA
RGB
CMYK
RGB Variations
Color information
#67A4FA (or 0x67A4FA) is known color: Cornflower Blue. HEX triplet: 67, A4 and FA. RGB value is (103,164,250). Sum of RGB (Red+Green+Blue) = 103+164+250=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #67A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A4FA is #985B05. Grayscale: #9B9B9B. Windows color (decimal): -9984774 or 16426087. OLE color: 16426087.
HSL color Cylindrical-coordinate representation of color #67A4FA: hue angle of 215.1º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67A4FA is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 164 | 250 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.02 |
| HSL | 215.1º | 0.94% | 0.69% | - |
| HSV(B) | 215.1º | 0.59% | 0.98% | - |
| XYZ | 36.12 | 36.34 | 95.55 | - |
| YUV | 155.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 250 | 0.59 | 0.34 | 0 | 0.02 | 215.1 | 0.94 | 0.69 |
| Hex | 67 | A4 | FA | 3B | 22 | 0 | 2 | D7 | 5E | 45 |
| Octal | 147 | 244 | 372 | 73 | 42 | 0 | 2 | 327 | 136 | 105 |
| Binary | 1100111 | 10100100 | 11111010 | 111011 | 100010 | 0 | 10 | 11010111 | 1011110 | 1000101 |
Color Harmonies of #67A4FA
Complementary color
Monochromatic Colors of #67A4FA
Black with #67A4FA
Text Example
Text Example
White with #67A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A4FA; }
p { color: rgb(103,164,250); }
H1.HeaderClassName
{
color: #67A4FA;
}
.AnyTagClassName
{
color: #67A4FA;
}
</style>
background-color css
<style>
a { background-color: #67A4FA; }
a { background-color: rgb(103,164,250); }
div.DivClassName
{
background-color: #67A4FA;
}
.BgClassName
{
background-color: #67A4FA;
}
</style>
border-color css
<style>
span { border-color: #67A4FA; }
span { border-color: rgb(103,164,250); }
td.TdClassName
{
border-color: #67A4FA;
}
.TagClassName
{
border-color: #67A4FA;
}
</style>