Shades of Cornflower Blue #67A9FF
Tints of Cornflower Blue #67A9FF
RGB
CMYK
RGB Variations
Color information
#67A9FF (or 0x67A9FF) is known color: Cornflower Blue. HEX triplet: 67, A9 and FF. RGB value is (103,169,255). Sum of RGB (Red+Green+Blue) = 103+169+255=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #67A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A9FF is #985600. Grayscale: #9E9E9E. Windows color (decimal): -9983489 or 16755047. OLE color: 16755047.
HSL color Cylindrical-coordinate representation of color #67A9FF: hue angle of 213.95º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67A9FF is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 169 | 255 | - |
| CMYK | 0.60 | 0.34 | 0 | 0 |
| HSL | 213.95º | 1% | 0.7% | - |
| HSV(B) | 213.95º | 0.6% | 1% | - |
| XYZ | 37.83 | 38.48 | 100.04 | - |
| YUV | 159.07 | 182.13 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 255 | 0.60 | 0.34 | 0 | 0 | 213.95 | 1 | 0.7 |
| Hex | 67 | A9 | FF | 3C | 22 | 0 | 0 | D6 | 64 | 46 |
| Octal | 147 | 251 | 377 | 74 | 42 | 0 | 0 | 326 | 144 | 106 |
| Binary | 1100111 | 10101001 | 11111111 | 111100 | 100010 | 0 | 0 | 11010110 | 1100100 | 1000110 |
Color Harmonies of #67A9FF
Complementary color
Monochromatic Colors of #67A9FF
Black with #67A9FF
Text Example
Text Example
White with #67A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A9FF; }
p { color: rgb(103,169,255); }
H1.HeaderClassName
{
color: #67A9FF;
}
.AnyTagClassName
{
color: #67A9FF;
}
</style>
background-color css
<style>
a { background-color: #67A9FF; }
a { background-color: rgb(103,169,255); }
div.DivClassName
{
background-color: #67A9FF;
}
.BgClassName
{
background-color: #67A9FF;
}
</style>
border-color css
<style>
span { border-color: #67A9FF; }
span { border-color: rgb(103,169,255); }
td.TdClassName
{
border-color: #67A9FF;
}
.TagClassName
{
border-color: #67A9FF;
}
</style>