Shades of Cornflower Blue #67A0FF
Tints of Cornflower Blue #67A0FF
RGB
CMYK
RGB Variations
Color information
#67A0FF (or 0x67A0FF) is known color: Cornflower Blue. HEX triplet: 67, A0 and FF. RGB value is (103,160,255). Sum of RGB (Red+Green+Blue) = 103+160+255=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #67A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A0FF is #985F00. Grayscale: #999999. Windows color (decimal): -9985793 or 16752743. OLE color: 16752743.
HSL color Cylindrical-coordinate representation of color #67A0FF: hue angle of 217.5º 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 #67A0FF is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 160 | 255 | - |
| CMYK | 0.60 | 0.37 | 0 | 0 |
| HSL | 217.5º | 1% | 0.7% | - |
| HSV(B) | 217.5º | 0.6% | 1% | - |
| XYZ | 36.21 | 35.25 | 99.5 | - |
| YUV | 153.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 255 | 0.60 | 0.37 | 0 | 0 | 217.5 | 1 | 0.7 |
| Hex | 67 | A0 | FF | 3C | 25 | 0 | 0 | DA | 64 | 46 |
| Octal | 147 | 240 | 377 | 74 | 45 | 0 | 0 | 332 | 144 | 106 |
| Binary | 1100111 | 10100000 | 11111111 | 111100 | 100101 | 0 | 0 | 11011010 | 1100100 | 1000110 |
Color Harmonies of #67A0FF
Complementary color
Monochromatic Colors of #67A0FF
Black with #67A0FF
Text Example
Text Example
White with #67A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A0FF; }
p { color: rgb(103,160,255); }
H1.HeaderClassName
{
color: #67A0FF;
}
.AnyTagClassName
{
color: #67A0FF;
}
</style>
background-color css
<style>
a { background-color: #67A0FF; }
a { background-color: rgb(103,160,255); }
div.DivClassName
{
background-color: #67A0FF;
}
.BgClassName
{
background-color: #67A0FF;
}
</style>
border-color css
<style>
span { border-color: #67A0FF; }
span { border-color: rgb(103,160,255); }
td.TdClassName
{
border-color: #67A0FF;
}
.TagClassName
{
border-color: #67A0FF;
}
</style>