Shades of Cornflower Blue #679ADC
Tints of Cornflower Blue #679ADC
RGB
CMYK
RGB Variations
Color information
#679ADC (or 0x679ADC) is known color: Cornflower Blue. HEX triplet: 67, 9A and DC. RGB value is (103,154,220). Sum of RGB (Red+Green+Blue) = 103+154+220=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #679ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ADC is #986523. Grayscale: #919191. Windows color (decimal): -9987364 or 14457447. OLE color: 14457447.
HSL color Cylindrical-coordinate representation of color #679ADC: hue angle of 213.85º 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 #679ADC is Cyan = 0.53, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 154 | 220 | - |
| CMYK | 0.53 | 0.3 | 0 | 0.14 |
| HSL | 213.85º | 0.63% | 0.63% | - |
| HSV(B) | 213.85º | 0.53% | 0.86% | - |
| XYZ | 30.07 | 31.16 | 72.14 | - |
| YUV | 146.28 | 169.6 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 220 | 0.53 | 0.3 | 0 | 0.14 | 213.85 | 0.63 | 0.63 |
| Hex | 67 | 9A | DC | 35 | 1E | 0 | E | D6 | 3F | 3F |
| Octal | 147 | 232 | 334 | 65 | 36 | 0 | 16 | 326 | 77 | 77 |
| Binary | 1100111 | 10011010 | 11011100 | 110101 | 11110 | 0 | 1110 | 11010110 | 111111 | 111111 |
Color Harmonies of #679ADC
Complementary color
Monochromatic Colors of #679ADC
Black with #679ADC
Text Example
Text Example
White with #679ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ADC; }
p { color: rgb(103,154,220); }
H1.HeaderClassName
{
color: #679ADC;
}
.AnyTagClassName
{
color: #679ADC;
}
</style>
background-color css
<style>
a { background-color: #679ADC; }
a { background-color: rgb(103,154,220); }
div.DivClassName
{
background-color: #679ADC;
}
.BgClassName
{
background-color: #679ADC;
}
</style>
border-color css
<style>
span { border-color: #679ADC; }
span { border-color: rgb(103,154,220); }
td.TdClassName
{
border-color: #679ADC;
}
.TagClassName
{
border-color: #679ADC;
}
</style>