Shades of Cornflower Blue #678ADA
Tints of Cornflower Blue #678ADA
RGB
CMYK
RGB Variations
Color information
#678ADA (or 0x678ADA) is known color: Cornflower Blue. HEX triplet: 67, 8A and DA. RGB value is (103,138,218). Sum of RGB (Red+Green+Blue) = 103+138+218=459 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.44% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #678ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ADA is #987525. Grayscale: #888888. Windows color (decimal): -9991462 or 14322279. OLE color: 14322279.
HSL color Cylindrical-coordinate representation of color #678ADA: hue angle of 221.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #678ADA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 138 | 218 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.15 |
| HSL | 221.74º | 0.61% | 0.63% | - |
| HSV(B) | 221.74º | 0.53% | 0.85% | - |
| XYZ | 27.34 | 26.12 | 69.93 | - |
| YUV | 136.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 218 | 0.53 | 0.37 | 0 | 0.15 | 221.74 | 0.61 | 0.63 |
| Hex | 67 | 8A | DA | 35 | 25 | 0 | F | DE | 3D | 3F |
| Octal | 147 | 212 | 332 | 65 | 45 | 0 | 17 | 336 | 75 | 77 |
| Binary | 1100111 | 10001010 | 11011010 | 110101 | 100101 | 0 | 1111 | 11011110 | 111101 | 111111 |
Color Harmonies of #678ADA
Complementary color
Monochromatic Colors of #678ADA
Black with #678ADA
Text Example
Text Example
White with #678ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678ADA; }
p { color: rgb(103,138,218); }
H1.HeaderClassName
{
color: #678ADA;
}
.AnyTagClassName
{
color: #678ADA;
}
</style>
background-color css
<style>
a { background-color: #678ADA; }
a { background-color: rgb(103,138,218); }
div.DivClassName
{
background-color: #678ADA;
}
.BgClassName
{
background-color: #678ADA;
}
</style>
border-color css
<style>
span { border-color: #678ADA; }
span { border-color: rgb(103,138,218); }
td.TdClassName
{
border-color: #678ADA;
}
.TagClassName
{
border-color: #678ADA;
}
</style>