Shades of Cornflower Blue #67A3E5
Tints of Cornflower Blue #67A3E5
RGB
CMYK
RGB Variations
Color information
#67A3E5 (or 0x67A3E5) is known color: Cornflower Blue. HEX triplet: 67, A3 and E5. RGB value is (103,163,229). Sum of RGB (Red+Green+Blue) = 103+163+229=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #67A3E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A3E5 is #985C1A. Grayscale: #989898. Windows color (decimal): -9985051 or 15049575. OLE color: 15049575.
HSL color Cylindrical-coordinate representation of color #67A3E5: hue angle of 211.43º 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 #67A3E5 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 163 | 229 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.10 |
| HSL | 211.43º | 0.71% | 0.65% | - |
| HSV(B) | 211.43º | 0.55% | 0.9% | - |
| XYZ | 32.83 | 34.74 | 79.1 | - |
| YUV | 152.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 229 | 0.55 | 0.29 | 0 | 0.10 | 211.43 | 0.71 | 0.65 |
| Hex | 67 | A3 | E5 | 37 | 1D | 0 | A | D3 | 47 | 41 |
| Octal | 147 | 243 | 345 | 67 | 35 | 0 | 12 | 323 | 107 | 101 |
| Binary | 1100111 | 10100011 | 11100101 | 110111 | 11101 | 0 | 1010 | 11010011 | 1000111 | 1000001 |
Color Harmonies of #67A3E5
Complementary color
Monochromatic Colors of #67A3E5
Black with #67A3E5
Text Example
Text Example
White with #67A3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A3E5; }
p { color: rgb(103,163,229); }
H1.HeaderClassName
{
color: #67A3E5;
}
.AnyTagClassName
{
color: #67A3E5;
}
</style>
background-color css
<style>
a { background-color: #67A3E5; }
a { background-color: rgb(103,163,229); }
div.DivClassName
{
background-color: #67A3E5;
}
.BgClassName
{
background-color: #67A3E5;
}
</style>
border-color css
<style>
span { border-color: #67A3E5; }
span { border-color: rgb(103,163,229); }
td.TdClassName
{
border-color: #67A3E5;
}
.TagClassName
{
border-color: #67A3E5;
}
</style>