Shades of Cornflower Blue #67A6FF
Tints of Cornflower Blue #67A6FF
RGB
CMYK
RGB Variations
Color information
#67A6FF (or 0x67A6FF) is known color: Cornflower Blue. HEX triplet: 67, A6 and FF. RGB value is (103,166,255). Sum of RGB (Red+Green+Blue) = 103+166+255=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #67A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A6FF is #985900. Grayscale: #9C9C9C. Windows color (decimal): -9984257 or 16754279. OLE color: 16754279.
HSL color Cylindrical-coordinate representation of color #67A6FF: hue angle of 215.13º 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 #67A6FF is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 166 | 255 | - |
| CMYK | 0.60 | 0.35 | 0 | 0 |
| HSL | 215.13º | 1% | 0.7% | - |
| HSV(B) | 215.13º | 0.6% | 1% | - |
| XYZ | 37.28 | 37.38 | 99.86 | - |
| YUV | 157.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 255 | 0.60 | 0.35 | 0 | 0 | 215.13 | 1 | 0.7 |
| Hex | 67 | A6 | FF | 3C | 23 | 0 | 0 | D7 | 64 | 46 |
| Octal | 147 | 246 | 377 | 74 | 43 | 0 | 0 | 327 | 144 | 106 |
| Binary | 1100111 | 10100110 | 11111111 | 111100 | 100011 | 0 | 0 | 11010111 | 1100100 | 1000110 |
Color Harmonies of #67A6FF
Complementary color
Monochromatic Colors of #67A6FF
Black with #67A6FF
Text Example
Text Example
White with #67A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A6FF; }
p { color: rgb(103,166,255); }
H1.HeaderClassName
{
color: #67A6FF;
}
.AnyTagClassName
{
color: #67A6FF;
}
</style>
background-color css
<style>
a { background-color: #67A6FF; }
a { background-color: rgb(103,166,255); }
div.DivClassName
{
background-color: #67A6FF;
}
.BgClassName
{
background-color: #67A6FF;
}
</style>
border-color css
<style>
span { border-color: #67A6FF; }
span { border-color: rgb(103,166,255); }
td.TdClassName
{
border-color: #67A6FF;
}
.TagClassName
{
border-color: #67A6FF;
}
</style>