Shades of Cornflower Blue #679DDF
Tints of Cornflower Blue #679DDF
RGB
CMYK
RGB Variations
Color information
#679DDF (or 0x679DDF) is known color: Cornflower Blue. HEX triplet: 67, 9D and DF. RGB value is (103,157,223). Sum of RGB (Red+Green+Blue) = 103+157+223=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #679DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DDF is #986220. Grayscale: #949494. Windows color (decimal): -9986593 or 14654823. OLE color: 14654823.
HSL color Cylindrical-coordinate representation of color #679DDF: hue angle of 213º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679DDF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 157 | 223 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.13 |
| HSL | 213º | 0.65% | 0.64% | - |
| HSV(B) | 213º | 0.54% | 0.87% | - |
| XYZ | 30.97 | 32.33 | 74.42 | - |
| YUV | 148.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 223 | 0.54 | 0.30 | 0 | 0.13 | 213 | 0.65 | 0.64 |
| Hex | 67 | 9D | DF | 36 | 1E | 0 | D | D5 | 41 | 40 |
| Octal | 147 | 235 | 337 | 66 | 36 | 0 | 15 | 325 | 101 | 100 |
| Binary | 1100111 | 10011101 | 11011111 | 110110 | 11110 | 0 | 1101 | 11010101 | 1000001 | 1000000 |
Color Harmonies of #679DDF
Complementary color
Monochromatic Colors of #679DDF
Black with #679DDF
Text Example
Text Example
White with #679DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DDF; }
p { color: rgb(103,157,223); }
H1.HeaderClassName
{
color: #679DDF;
}
.AnyTagClassName
{
color: #679DDF;
}
</style>
background-color css
<style>
a { background-color: #679DDF; }
a { background-color: rgb(103,157,223); }
div.DivClassName
{
background-color: #679DDF;
}
.BgClassName
{
background-color: #679DDF;
}
</style>
border-color css
<style>
span { border-color: #679DDF; }
span { border-color: rgb(103,157,223); }
td.TdClassName
{
border-color: #679DDF;
}
.TagClassName
{
border-color: #679DDF;
}
</style>