Shades of Cornflower Blue #678ADC
Tints of Cornflower Blue #678ADC
RGB
CMYK
RGB Variations
Color information
#678ADC (or 0x678ADC) is known color: Cornflower Blue. HEX triplet: 67, 8A and DC. RGB value is (103,138,220). Sum of RGB (Red+Green+Blue) = 103+138+220=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #678ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ADC is #987523. Grayscale: #888888. Windows color (decimal): -9991460 or 14453351. OLE color: 14453351.
HSL color Cylindrical-coordinate representation of color #678ADC: hue angle of 222.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #678ADC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 138 | 220 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 222.05º | 0.63% | 0.63% | - |
| HSV(B) | 222.05º | 0.53% | 0.86% | - |
| XYZ | 27.6 | 26.23 | 71.32 | - |
| YUV | 136.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 220 | 0.53 | 0.37 | 0 | 0.14 | 222.05 | 0.63 | 0.63 |
| Hex | 67 | 8A | DC | 35 | 25 | 0 | E | DE | 3F | 3F |
| Octal | 147 | 212 | 334 | 65 | 45 | 0 | 16 | 336 | 77 | 77 |
| Binary | 1100111 | 10001010 | 11011100 | 110101 | 100101 | 0 | 1110 | 11011110 | 111111 | 111111 |
Color Harmonies of #678ADC
Complementary color
Monochromatic Colors of #678ADC
Black with #678ADC
Text Example
Text Example
White with #678ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678ADC; }
p { color: rgb(103,138,220); }
H1.HeaderClassName
{
color: #678ADC;
}
.AnyTagClassName
{
color: #678ADC;
}
</style>
background-color css
<style>
a { background-color: #678ADC; }
a { background-color: rgb(103,138,220); }
div.DivClassName
{
background-color: #678ADC;
}
.BgClassName
{
background-color: #678ADC;
}
</style>
border-color css
<style>
span { border-color: #678ADC; }
span { border-color: rgb(103,138,220); }
td.TdClassName
{
border-color: #678ADC;
}
.TagClassName
{
border-color: #678ADC;
}
</style>