Shades of Cornflower Blue #67A2E5
Tints of Cornflower Blue #67A2E5
RGB
CMYK
RGB Variations
Color information
#67A2E5 (or 0x67A2E5) is known color: Cornflower Blue. HEX triplet: 67, A2 and E5. RGB value is (103,162,229). Sum of RGB (Red+Green+Blue) = 103+162+229=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #67A2E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A2E5 is #985D1A. Grayscale: #979797. Windows color (decimal): -9985307 or 15049319. OLE color: 15049319.
HSL color Cylindrical-coordinate representation of color #67A2E5: hue angle of 211.9º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67A2E5 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 162 | 229 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.10 |
| HSL | 211.9º | 0.71% | 0.65% | - |
| HSV(B) | 211.9º | 0.55% | 0.9% | - |
| XYZ | 32.66 | 34.38 | 79.04 | - |
| YUV | 152 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 229 | 0.55 | 0.29 | 0 | 0.10 | 211.9 | 0.71 | 0.65 |
| Hex | 67 | A2 | E5 | 37 | 1D | 0 | A | D4 | 47 | 41 |
| Octal | 147 | 242 | 345 | 67 | 35 | 0 | 12 | 324 | 107 | 101 |
| Binary | 1100111 | 10100010 | 11100101 | 110111 | 11101 | 0 | 1010 | 11010100 | 1000111 | 1000001 |
Color Harmonies of #67A2E5
Complementary color
Monochromatic Colors of #67A2E5
Black with #67A2E5
Text Example
Text Example
White with #67A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A2E5; }
p { color: rgb(103,162,229); }
H1.HeaderClassName
{
color: #67A2E5;
}
.AnyTagClassName
{
color: #67A2E5;
}
</style>
background-color css
<style>
a { background-color: #67A2E5; }
a { background-color: rgb(103,162,229); }
div.DivClassName
{
background-color: #67A2E5;
}
.BgClassName
{
background-color: #67A2E5;
}
</style>
border-color css
<style>
span { border-color: #67A2E5; }
span { border-color: rgb(103,162,229); }
td.TdClassName
{
border-color: #67A2E5;
}
.TagClassName
{
border-color: #67A2E5;
}
</style>